diff --git a/index.html b/index.html
index 827a7f9..045cbba 100644
--- a/index.html
+++ b/index.html
@@ -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);