Explorar o código

设置优惠规则

MS-QJVSRANLTYEO\Administrator %!s(int64=4) %!d(string=hai) anos
pai
achega
21d8840306
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      Yijia-SaaS/yijia-ui/src/views/market/plan/index.vue

+ 4 - 4
Yijia-SaaS/yijia-ui/src/views/market/plan/index.vue

@@ -474,12 +474,12 @@
     methods: {
       changeHandler(value) {
         if(value=="2"){
-          this.yuan=false;
-          this.laters=true;
-          this.zjform.discountTerm="2";
-        }else if(value=="1"){
           this.laters=false;
           this.yuan=true;
+          this.zjform.discountTerm="2";
+        }else if(value=="1"){
+          this.yuan=false;
+          this.laters=true;
           this.zjform.discountTerm="1";
         }
       },