Переглянути джерело

feat(福利Go)卡券中心 修改自定义轮播图

xing.li 3 роки тому
батько
коміт
730cede0a3
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      pages/luckDraw/profile.wxml
  2. 1 1
      pages/welfareMall/coupon/coupon.wxml

+ 1 - 1
pages/luckDraw/profile.wxml

@@ -39,7 +39,7 @@
            <view class="luck-draw-mj">
             <view class="luck-draw-zkz21"></view>
             <view class="luck-draw-zkz2" wx:if="{{item.formatLeastCost == '0'}}">无门槛</view>
-            <view class="luck-draw-zkz2" wx:if="{{item.formatLeastCost != '0'}}">满{{item.formatLeastCost}}使用</view>
+            <view class="luck-draw-zkz2" wx:if="{{item.formatLeastCost != '0'}}">满{{item.formatLeastCost}}使用</view>
             <view class="luck-draw-zkz22"></view>
            </view>
             <view class="luck-draw-zkz3">{{item.couponBeginTimestamp}}-{{item.couponEndTimestamp}}</view>

+ 1 - 1
pages/welfareMall/coupon/coupon.wxml

@@ -9,7 +9,7 @@
           <view class="coupon-center-bm flex-row">
                 <view class="coupon-center-block1"></view>
                 <view class="coupon-center-middle" wx:if="{{item.formatLeastCost == '0'}}">无门槛</view>
-                <view class="coupon-center-middle" wx:if="{{item.formatLeastCost != '0'}}">满{{item.formatLeastCost}}使用</view>
+                <view class="coupon-center-middle" wx:if="{{item.formatLeastCost != '0'}}">满{{item.formatLeastCost}}使用</view>
                 <view class="coupon-center-block2"></view>
           </view>
           <viwe class="coupon-info-date">{{item.couponBeginTimestamp}}-{{item.couponEndTimestamp}}</viwe>