代码更新
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
uni.showToast({ title: '请输入优惠券名称' })
|
||||
return false;
|
||||
}
|
||||
if( !formData.fullAmount ){
|
||||
if( !formData.fullAmount || !formData.discountAmount ){
|
||||
uni.showToast({ title: '请输入使用门槛' })
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
</view>
|
||||
<view class="couponContentListbottom">
|
||||
<button @tap="editCoupon(item)">编辑</button>
|
||||
<button @tap="delCoupon(item)">删除</button>
|
||||
<!-- <button @tap="delCoupon(item)">删除</button> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user