hwq 3 years ago
parent
commit
07247e0d19
2 changed files with 3 additions and 3 deletions
  1. 1 1
      pages/cart/cart.vue
  2. 2 2
      pages/order/createOrder.vue

+ 1 - 1
pages/cart/cart.vue

@@ -118,7 +118,7 @@
 				</view>
 				<!-- 底部菜单栏 -->
 				<view class="action-section">
-					<view class="checkbox"><view class="iconfont iconroundcheckfill icon-checked-box" @click="check('all')" :class="{ 'icon-checked': allChecked }"></view></view>
+					<view class="checkbox"><view class="iconfont iconroundcheckfill icon-checked-box" @click="check('all')" :class="{ 'icon-checked': vipallChecked }"></view></view>
 					<view class="total-box">
 						<text class="price">¥{{ viptotal }}</text>
 					</view>

+ 2 - 2
pages/order/createOrder.vue

@@ -96,10 +96,10 @@
 				<text class="cell-tit clamp">优惠金额</text>
 				<text class="cell-tip red">-¥35</text>
 			</view> -->
-			<view class="yt-list-cell b-b">
+			<!-- <view class="yt-list-cell b-b">
 				<text class="cell-tit clamp">积分抵扣{{ '(当前积分:' + integralAll + ')' }}</text>
 				<view class="cell-tip"><radio @click="checkedPoints = !checkedPoints" color=" #5dbc7c" :checked="checkedPoints" /></view>
-			</view>
+			</view> -->
 			
 			<view class="yt-list-cell b-b">
 				<text class="cell-tit clamp">备注</text>