mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【修复】修复售后判断金额异常的问题。
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
this.submitStatus = true;
|
||||
|
||||
//判断退款金额
|
||||
if (this.$u.test.amount(this.refund)) {
|
||||
if (!this.$u.test.amount(this.refund)) {
|
||||
this.$u.toast('请输入正确金额');
|
||||
this.submitStatus = false;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user