|
@@ -20,7 +20,6 @@
|
|
|
<text bindtap="tab" data-id='1' class="{{act == 1?'active':''}}">刊群动态</text>
|
|
|
<text bindtap="tab" data-id='2' class="{{act == 2?'active':''}}">知识地图</text>
|
|
|
</view>
|
|
|
-
|
|
|
<!-- <view style="text-align:center;margin:100px 0;" bindtap="getData" wx:if='{{list.length<=0}}'>点击重新加载</view> -->
|
|
|
|
|
|
<swiper circular="{{true}}" class="myswiper" bindchange='swchange' current='{{act}}' autoplay="{{false}}">
|
|
@@ -66,4 +65,9 @@
|
|
|
</block>
|
|
|
</scroll-view>
|
|
|
</swiper-item>
|
|
|
+ <swiper-item>
|
|
|
+ <view wx:if="{{act == 2}}">
|
|
|
+ <image class='back-img' src='../../images/backimg.jpg' lazy-load='true'></image>
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
</swiper>
|