优化商品默认颜色尺码配置显示问题
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
:class='{"sku-item-active":currentColorIndex==index}'
|
||||
v-for='(item, index) in skuColorList' :key='index'
|
||||
@click='colorChange(index)'>
|
||||
<text>{{ item }}</text>
|
||||
<text>{{ item||'均色' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
:class='{"sku-item-active":currentSizeIndex==index,"sku-item-disabled":item.existingNumber<=0}'
|
||||
v-for='(item, index) in skuSizeList' :key='index'
|
||||
@click='sizeChange(index)'>
|
||||
<text>{{ item.sizeName }}</text>
|
||||
<text>{{ item.sizeName||'均码' }}</text>
|
||||
</view>
|
||||
<text v-else style='color: #999999;font-size: 30rpx'>暂无库存</text>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user