积分接口联调
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<view class='sku-title' style='margin-top: 43rpx'>尺码</view>
|
||||
<view class='sku-color-list c-flex-row'>
|
||||
<view class='sku-item'
|
||||
:class='{"sku-item-active":currentSizeIndex==index,"sku-item-disabled":item.existingNumber<=0}'
|
||||
:class='{"sku-item-active":currentSizeIndex==index,"sku-item-disabled":item.existingNumber<=-1}'
|
||||
v-for='(item, index) in skuSizeList' :key='index'
|
||||
@click='sizeChange(index)'>
|
||||
<text>{{ item.sizeName }}</text>
|
||||
@@ -104,7 +104,7 @@ const countChange = (isPlus: boolean) => {
|
||||
const confirm = () => {
|
||||
emits('confirm', {
|
||||
...skuSizeList.value[currentSizeIndex.value],
|
||||
goodsCount: goodsCount.value
|
||||
count: goodsCount.value
|
||||
});
|
||||
popupRef.value.close();
|
||||
};
|
||||
|
Reference in New Issue
Block a user