添加商品几选几总值没传
This commit is contained in:
parent
85d5d59863
commit
b4dcfe7879
|
|
@ -540,7 +540,7 @@
|
|||
</view>
|
||||
</uni-forms-item>
|
||||
</view> -->
|
||||
<view class="border-top-0">
|
||||
<!-- <view class="border-top-0">
|
||||
<view class="u-flex u-row-between u-p-b-24 u-p-t-20">
|
||||
<view class="label-title">是否允许临时改价</view>
|
||||
<my-switch
|
||||
|
|
@ -573,7 +573,7 @@
|
|||
<price-number-box placeholder="请输入每人限购"
|
||||
v-model="FormData.singlePeopleLimit"></price-number-box>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view>
|
||||
<uni-forms-item label="">
|
||||
<view class="u-flex u-row-between" @tap="toTimerPage">
|
||||
|
|
@ -1693,6 +1693,7 @@
|
|||
let ispase = FormData.proGroupVo.length > 0 ? true : false
|
||||
let tips = ispase ? '' : '请添加至少一种套餐'
|
||||
for (let i in FormData.proGroupVo) {
|
||||
FormData.proGroupVo[i].count = FormData.proGroupVo[i].goods.length
|
||||
const item = FormData.proGroupVo[i]
|
||||
if (item.goods.length <= 0) {
|
||||
ispase = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue