市北党建引领小程序初始化
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
608 B

<view class="notice" bindtap="navigateToInfoList">
<view class="border-content">
<image class="notice-logo" src="../../../../images/home/notice-logo.png" />
<image class="info-note" src="../../../../images/home/info-note.png" />
<swiper circular="{{true}}" autoplay="{{true}}" interval="{{3000}}" vertical="{{true}}">
<swiper-item
wx:for="{{infoList}}"
wx:for-index="index"
wx:for-item="item"
wx:key="index">
<view class="content">{{item.title}}</view>
</swiper-item>
</swiper>
<view class="num">{{unreadnum}}</view>
</view>
</view>