代码更新

This commit is contained in:
GaoHao
2025-03-03 09:44:11 +08:00
parent b4a0393d2d
commit fd0c452a76
55 changed files with 2263 additions and 2658 deletions

View File

@@ -218,7 +218,7 @@
uni.showToast({ title: '请输入优惠券名称' })
return false;
}
if( !formData.fullAmount ){
if( !formData.fullAmount || !formData.discountAmount ){
uni.showToast({ title: '请输入使用门槛' })
return false;
}