myToast.wxml 461 B

1234567891011
  1. <view class="myToast" bindtap="close" catchtouchmove="touchMove" >
  2. <view class="toastBox">
  3. <view class="line1">
  4. <image class="myToastIcon" src="../../static/image/alert_icon.png" />
  5. <text class="line1Text">规范规定,IOS此功能暂不可用</text>
  6. </view>
  7. <view class="line2">
  8. <text class="line2Text">您可以免费开团,成团后获得使用权</text>
  9. </view>
  10. </view>
  11. </view>