123456789101112131415161718192021 |
- <!-- component/top.wxml -->
- <view class="group_24">
- <view class="block_1">
- <view bindtap="bindNotice" class="image-text_18">
- <image src="/icon/notice.png" class="thumbnail_3"></image>
- <text lines="1" class="text-group_2">数字邮政正式上线,创世版首发!</text>
- </view>
- </view>
- <view bindtap="bindMessage" class="block_2">
- <view class="group_3">
- </view>
- </view>
- </view>
- <view class="group_25">
- <view class="text-wrapper_1">
- <text lines="1" bindtap="bindSola" class="text_2">单张典藏</text>
- </view>
- <text lines="1" class="text_3" bindtap="bindSell">发售日历</text>
- <text lines="1" class="text_4" bindtap="bindHistory">经典回顾</text>
- </view>
|