修复商品类型称重type改为weigh
This commit is contained in:
parent
63981c9452
commit
f6b0db3a70
|
|
@ -512,7 +512,7 @@
|
|||
</view>
|
||||
</template>
|
||||
|
||||
<template v-if="FormData.type=='weight'">
|
||||
<template v-if="FormData.type=='weigh'">
|
||||
<view class="block u-p-t-32 u-p-b-32">
|
||||
<view class="font-bold">
|
||||
<text class="color-red">*</text>
|
||||
|
|
@ -1711,7 +1711,7 @@
|
|||
// 可选套餐
|
||||
}
|
||||
}
|
||||
if (type == 'weight') {
|
||||
if (type == 'weigh') {
|
||||
if (!FormData.weight) {
|
||||
return infoBox.showToast('请输入重量')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue