|
@@ -29,7 +29,7 @@
|
|
<view class="swiper-box-right">
|
|
<view class="swiper-box-right">
|
|
<view class="swiper-box-button">
|
|
<view class="swiper-box-button">
|
|
<button size="mini" wx:if="{{item.industryTag==true}}">+{{commom.Intercept(item.industryValue)}}%</button>
|
|
<button size="mini" wx:if="{{item.industryTag==true}}">+{{commom.Intercept(item.industryValue)}}%</button>
|
|
- <button style="background: #07c160;" size="mini" wx:if="{{item.industryTag==false}}">-{{commom.Intercept(item.industryValue)}}%</button>
|
|
|
|
|
|
+ <button style="background: #07c160;" size="mini" wx:if="{{item.industryTag==false}}">{{commom.Intercept(item.industryValue)}}%</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|