index.wxml 475 B

123456789101112131415161718192021222324
  1. <!--index.wxml-->
  2. <!-- 占位,高度与顶部栏一样 -->
  3. <view style="height:450rpx;"></view>
  4. <view class="container">
  5. <!-- 头部图片 -->
  6. <view class="head_banner wid15"></view>
  7. <!-- 通知公告 -->
  8. <view class="tzgg">
  9. <!-- <b>[待办]</b> -->
  10. <text catchtap="goNoticeDetails"data-item='{{noticeItem}}'>{{NoticeTitle}} </text>
  11. <view class="more" data-fun="bindViewGengDuo" bindtap="init_userInfo">更多></view>
  12. </view>
  13. </view>