问题修复,下单修复
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
</view>
|
||||
<view class="flex-end" v-if="item1.type == 'sku' || (item1.type == 'package' && item1.groupType == '1')">
|
||||
<view class="sku-wrap flex-center" @click.stop="clickspecifications(item1, index, index1)">
|
||||
<text class="t" v-if="item1.groupType == '1'">选择套餐</text>
|
||||
<text class="t no-wrap" v-if="item1.groupType == '1'">选择套餐</text>
|
||||
<text class="t" v-else>选规格</text>
|
||||
<text class="dot num" v-if="item1.cartNumber > 0">{{ ifcartNumber(item1) < 99 ? ifcartNumber(item1) : '99+' }}</text>
|
||||
</view>
|
||||
@@ -1914,7 +1914,7 @@ function toHistory() {
|
||||
border-radius: 32rpx;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
|
||||
white-space: nowrap;
|
||||
.t {
|
||||
font-size: 28rpx;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user