增加单规格商品绑定至规格时弹窗提醒

This commit is contained in:
YeMingfei666 2024-11-01 17:22:47 +08:00
parent f38ff3e3de
commit ed6657199a
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@
<!-- <template v-if="isSku"> -->
<view class="u-flex u-font-24 color-666">
<view class="u-m-r-20">绑定至规格</view>
<up-switch :size="18" v-model="isBindGuige" :disabled="!isSku">绑定至规格</up-switch>
<view class="u-flex u-relative">
<up-switch :size="18" v-model="isBindGuige" :disabled="!isSku">绑定至规格</up-switch>
<view class="u-absolute position-all" style="z-index: 1;" v-if="!isSku"
@click="infoBox.showToast('该商品是单规格商品,只有多规格商品可绑定至规格',3)"></view>
</view>
</view>
<!-- </template> -->
</view>