修复商品类型称重type改为weigh

This commit is contained in:
YeMingfei666 2024-12-02 15:39:45 +08:00
parent 63981c9452
commit f6b0db3a70
1 changed files with 2 additions and 2 deletions

View File

@ -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('请输入重量')
}