|
@@ -35,7 +35,7 @@
|
|
|
</navigator>
|
|
|
</My_card>
|
|
|
<!-- 通告 -->
|
|
|
-<My_card wx:if="{{annunciateList.length>0 && per.query(subassembly,'homenoticelist')}}" title='最新通告' class="annunciate">
|
|
|
+<My_card wx:if="{{annunciateList.length>0}}" title='最新通告' class="annunciate">
|
|
|
<view class="unread" slot='title-r' bindtap="toAnnunciate">
|
|
|
<block wx:if="{{unreadNum!=0}}">
|
|
|
{{unreadNum}}条未读
|
|
@@ -51,5 +51,4 @@
|
|
|
<view wx:if="{{index!=annunciateList.length-1}}" style="width: 100%; border-top: 1rpx solid #EEEEEE; margin-left: 30rpx;" />
|
|
|
</block>
|
|
|
</My_card>
|
|
|
-<view style="height: 140rpx;" />
|
|
|
-<wxs src='../../../utils/wxmlQueryPer.wxs' module="per" />
|
|
|
+<view style="height: 140rpx;" />
|