|
@@ -9,7 +9,7 @@
|
|
|
<view class="header_container">
|
|
|
<view class="header_box">
|
|
|
<!-- indicator-dots="true" -->
|
|
|
- <swiper duration="1000" circular="true" bindchange="swiperChange" current="{{swiperCurrent}}">
|
|
|
+ <swiper duration="1000" circular="true" indicatorDots="{{swiperDate&&swiperDate.length>1}}" bindchange="swiperChange" current="{{swiperCurrent}}" indicator-color="#e2e2eb" indicator-active-color="#5575ff">
|
|
|
<block wx:for="{{swiperDate}}" wx:key="index">
|
|
|
<swiper-item bindtap="changePop" data-index="{{index}}">
|
|
|
<image src="{{item.initPic}}" wx:if="{{!item.imgShow||!item.pic}}"></image>
|
|
@@ -56,7 +56,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 轮播图小点 -->
|
|
|
- <swiper-dots swiperCurrent="{{swiperCurrent}}" swiperNum="{{swiperDate.length}}"></swiper-dots>
|
|
|
+ <!-- <swiper-dots swiperCurrent="{{swiperCurrent}}" swiperNum="{{swiperDate.length}}"></swiper-dots> -->
|
|
|
<!-- 按钮部分 -->
|
|
|
<view class="btn_list">
|
|
|
<view id="{{item.id}}" catchtap="itemClick" class="btn_item" wx:for='{{meauList}}' wx:key="index">
|
|
@@ -174,17 +174,17 @@
|
|
|
</view>
|
|
|
<view class="radiobox">
|
|
|
<van-radio-group value="{{addFollow}}" bind:change="addonChange" wx:if="{{!popswiperDate.subscribe}}">
|
|
|
- <van-radio name="1" shape="square">是否加入关注列表</van-radio>
|
|
|
+ <van-radio name="1" shape="square">是否加入收藏</van-radio>
|
|
|
</van-radio-group>
|
|
|
- <view wx:if="{{popswiperDate.subscribe}}">已加入关注列表</view>
|
|
|
+ <view wx:if="{{popswiperDate.subscribe}}">已加入收藏</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- <view>是否加入关注列表</view> -->
|
|
|
<view class='submitbtn opencontent_openbtn ' bindtap="colseFeedback">关闭</view>
|
|
|
</view>
|
|
|
<view class="opencontent" wx:if="{{popswiperDate.isClose}}">
|
|
|
- <view class="envstate">
|
|
|
- <view class="lottie"><lottie id="lottie" animationData="{{statusList[popswiperDate.stateId].canvasDate}}" width="25" height="25"/></view>
|
|
|
+ <view class="envstate" wx:if="{{statusList}}">
|
|
|
+ <view class="lottie"><lottie id="lottie1" animationData="{{statusList[popswiperDate.stateId].canvasDate}}" width="25" height="25"/></view>
|
|
|
<!-- <image src="{{statusList[popswiperDate.stateId].imgSrc}}"></image> -->
|
|
|
{{popswiperDate.state}}
|
|
|
</view>
|