This commit is contained in:
2024-12-02 15:44:20 +08:00

View File

@@ -512,7 +512,7 @@
</view> </view>
</template> </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="block u-p-t-32 u-p-b-32">
<view class="font-bold"> <view class="font-bold">
<text class="color-red">*</text> <text class="color-red">*</text>
@@ -1711,7 +1711,7 @@
// 可选套餐 // 可选套餐
} }
} }
if (type == 'weight') { if (type == 'weigh') {
if (!FormData.weight) { if (!FormData.weight) {
return infoBox.showToast('请输入重量') return infoBox.showToast('请输入重量')
} }