lex преди 2 години
родител
ревизия
8d880f77cc
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      src/views/productService/model/rechargeModel.vue
  2. 2 0
      src/views/productService/model/serviceModel.vue

+ 2 - 0
src/views/productService/model/rechargeModel.vue

@@ -142,6 +142,8 @@ export default {
               returnUrl +
               "&notifyUrl=" +
               notifyUrl +
+              "&type=" +
+              res.data.type +
               "&wxAppId=" +
               wxAppId;
             console.log(this.codeUrl, "codeUrl");

+ 2 - 0
src/views/productService/model/serviceModel.vue

@@ -216,6 +216,8 @@ export default {
               returnUrl +
               "&notifyUrl=" +
               notifyUrl +
+              "&type=" +
+              res.data.type +
               "&wxAppId=" +
               wxAppId;
             console.log(this.codeUrl, "codeUrl");