Browse Source

修改了备件申购价格限制

duanxiaoduan 1 năm trước cách đây
mục cha
commit
bb7b2fd2d8
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      src/views/custom/subscribe/index.vue

+ 4 - 2
src/views/custom/subscribe/index.vue

@@ -2162,8 +2162,10 @@ export default {
           }
           console.log("priceObj",priceObj)
           //总价大于2000 或单价>500
-          if(sumPrices >= 2000 || priceObj){
-            this.isApplyEx4 = true
+          if(sumPrices >= 2000 || priceObj){
+            // 这个版本不要了
+            // this.isApplyEx4 = true
+            this.isApplyEx4 = false
             this.getFlowPath()
           } else {
             this.isApplyEx4 = false