index.wxml 436 B

12345678910111213141516
  1. <view class='container'>
  2. <view class='flexRow item'>
  3. <image src="/images/tz_ico.png" />
  4. <view class='flexCol flex1'>
  5. <view>系统消息</view>
  6. <text>无新的通知消息</text>
  7. </view>
  8. </view>
  9. <view class='flexRow item'>
  10. <image src="/images/tz_ico.png" />
  11. <view class='flexCol flex1'>
  12. <view>申请消息</view>
  13. <text>无新的通知消息</text>
  14. </view>
  15. </view>
  16. </view>