Fix:3862 【商城小程序】已下架的商品增加勾选限制
This commit is contained in:
@@ -157,11 +157,18 @@
|
|||||||
>
|
>
|
||||||
<view class="v12-align-center">
|
<view class="v12-align-center">
|
||||||
<CheckboxIcon
|
<CheckboxIcon
|
||||||
|
v-if="good['truePrice'] !== null"
|
||||||
:default-state="good['state']"
|
:default-state="good['state']"
|
||||||
:mark="[index, gIndex]"
|
:mark="[index, gIndex]"
|
||||||
style="margin-right: 24rpx;"
|
style="margin-right: 24rpx;"
|
||||||
@change="onChange"
|
@change="onChange"
|
||||||
/>
|
/>
|
||||||
|
<CheckboxIcon
|
||||||
|
v-else
|
||||||
|
:default-state="good['state']"
|
||||||
|
:mark="[index, gIndex]"
|
||||||
|
style="margin-right: 24rpx;"
|
||||||
|
/>
|
||||||
<image
|
<image
|
||||||
v-if="good['productInfo']['attrInfo']['image']"
|
v-if="good['productInfo']['attrInfo']['image']"
|
||||||
:src="good['productInfo']['attrInfo']['image']"
|
:src="good['productInfo']['attrInfo']['image']"
|
||||||
|
|||||||
Reference in New Issue
Block a user