Merge branch 'ymf' of https://e.coding.net/g-cphe0354/cashier_front/cashier_admin_app into test
This commit is contained in:
@@ -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('请输入重量')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user