|
@@ -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>
|