@@ -117,7 +117,8 @@ export default {
orderSubject,
tenantId,
returnUrl,
- notifyUrl
+ notifyUrl,
+ wxAppId
} = res.data.payMap;
this.orderNo = orderNo;
this.codeUrl =
@@ -140,7 +141,9 @@ export default {
"&returnUrl=" +
returnUrl +
"¬ifyUrl=" +
- notifyUrl;
+ notifyUrl +
+ "&wxAppId=" +
+ wxAppId;
console.log(this.codeUrl, "codeUrl");
this.payMentVisible = true;
} catch (e) {}
@@ -191,7 +191,8 @@ export default {
@@ -214,7 +215,9 @@ export default {