Browse Source

修改添加类型

lex 2 years ago
parent
commit
8d880f77cc

+ 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");