lilei 7 months ago
parent
commit
c65ab5c8ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesB/shopiing/productDetail.vue

+ 1 - 1
pagesB/shopiing/productDetail.vue

@@ -131,7 +131,7 @@
 								特价<text>¥{{detail.orginPrice}}</text>
 								特价<text>¥{{detail.orginPrice}}</text>
 							</view>
 							</view>
 						</view>
 						</view>
-						<view style="margin-top: 10px;" class="popu-content-num flex align_center justify_between">
+						<view style="margin-top: 10px;" class="popu-content-num flex align_center justify_end">
 							<text>数量</text>
 							<text>数量</text>
 							<view class="flex align_center qty-box">
 							<view class="flex align_center qty-box">
 								<view class="qty-btn" @click="changeQty(qty-1)" :class="(qty <= 1)?'qty-disabled':''">-</view>
 								<view class="qty-btn" @click="changeQty(qty-1)" :class="(qty <= 1)?'qty-disabled':''">-</view>