top.wxml 715 B

123456789101112131415161718192021
  1. <!-- component/top.wxml -->
  2. <view class="group_24">
  3. <view class="block_1">
  4. <view bindtap="bindNotice" class="image-text_18">
  5. <image src="/icon/notice.png" class="thumbnail_3"></image>
  6. <text lines="1" class="text-group_2">数字邮政正式上线,创世版首发!</text>
  7. </view>
  8. </view>
  9. <view bindtap="bindMessage" class="block_2">
  10. <view class="group_3">
  11. </view>
  12. </view>
  13. </view>
  14. <view class="group_25">
  15. <view class="text-wrapper_1">
  16. <text lines="1" bindtap="bindSola" class="text_2">单张典藏</text>
  17. </view>
  18. <text lines="1" class="text_3" bindtap="bindSell">发售日历</text>
  19. <text lines="1" class="text_4" bindtap="bindHistory">经典回顾</text>
  20. </view>