myToast.wxml 1003 B

123456789101112131415161718192021
  1. <view class="myToast" bindtap="close" catchtouchmove="touchMove" >
  2. <view class="toastBox" wx:if="{{noRightRules==='1'}}">
  3. <view class="line1">
  4. <!-- <image class="myToastIcon" src="../../static/image/alert_icon.png" /> -->
  5. <text class="line1Text">无参加资格</text>
  6. </view>
  7. <view class="line2">
  8. <text class="line2Text">您已拥有本课使用权或曾拥有过本课临时使用权</text>
  9. </view>
  10. </view>
  11. <view class="toastBox" wx:if="{{noRightRules==='2'}}">
  12. <view class="line1">
  13. <!-- <image class="myToastIcon" src="../../static/image/alert_icon.png" /> -->
  14. <text class="line3Text" >由于相关规定,您无法参加此团</text>
  15. </view>
  16. <!-- <view class="line2">
  17. <text class="line2Text">不过,您可以邀请好友助力获得使用权</text>
  18. </view> -->
  19. </view>
  20. <image src="../../static/groupImg/cha.png" class="close-img" />
  21. </view>