test:关闭微信支付
This commit is contained in:
parent
7f3ea431b7
commit
a8b21607c0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue