Browse Source

返现比较修改

zh
gitadmin 3 years ago
parent
commit
b5d2c5c631
  1. 2
      pages/index/addTask.vue

2
pages/index/addTask.vue

@ -458,7 +458,7 @@
return;
}
if (this.merchantMoney < this.zuidi) {
if (parseInt(this.merchantMoney) < parseInt(this.zuidi)) {
uni.hideLoading();
this.$queue.showToast('每单最低返现金额为' + this.zuidi + '元');
return;

Loading…
Cancel
Save