浏览代码

修改添加类型

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