Browse Source

Merge remote-tracking branch 'origin/developer' into developerA

chao 3 years ago
parent
commit
20a7811d21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/static/js/shopping/confirm.js

+ 1 - 1
src/main/resources/static/js/shopping/confirm.js

@@ -659,7 +659,7 @@ var shoppingConfirm = new Vue({
         },
         submitOrder: function(){// 提交按钮点击
             var _self = this;
-            if( _self.hanldShouldPayFee<1000){
+            if( _self.totalPrice<1000){
                 _self.isModelAlert = true;
                 _self.isModelAlertText = '采购金额过小,将扣除500采美豆。建议您使用微信扫描 以下二维码,进入采美旗下“呵呵商城”小程序购买小额 商品。';
             }else{