Fix:3862 【商城小程序】已下架的商品增加勾选限制

This commit is contained in:
LinCyJang
2025-07-04 00:17:01 +08:00
parent 6028f3e02a
commit 34734e0b72
+7
View File
@@ -157,11 +157,18 @@
>
<view class="v12-align-center">
<CheckboxIcon
v-if="good['truePrice'] !== null"
:default-state="good['state']"
:mark="[index, gIndex]"
style="margin-right: 24rpx;"
@change="onChange"
/>
<CheckboxIcon
v-else
:default-state="good['state']"
:mark="[index, gIndex]"
style="margin-right: 24rpx;"
/>
<image
v-if="good['productInfo']['attrInfo']['image']"
:src="good['productInfo']['attrInfo']['image']"