test:关闭微信支付

This commit is contained in:
Apple 2022-11-02 20:10:19 +08:00
parent 7f3ea431b7
commit a8b21607c0
1 changed files with 3 additions and 2 deletions

View File

@ -111,7 +111,7 @@
created () {
if(isWx()){
this.getweixin();
// this.getweixin();
}
let self = this;
//获取链接携带的参数
@ -127,7 +127,7 @@
if (linkId.length > 10) {
req.axiosGet('/plan/plan_theme/' + linkId).then(res => {
if (res.code == 200) {
window.location.replace(res.data);
// window.location.replace(res.data);
self.loading = false;
return;
} else {
@ -234,6 +234,7 @@
},
getweixin() {
let code_weixin = this.getQueryString('openid');
console.log(237,code_weixin);
let code_weixin_history = localStorage.getItem('code_weixin')
console.log('code_weixin_history',code_weixin_history);
console.log(238,code_weixin);