Commit 385e7182 by 施宇

1

parent 7e2bfdce
...@@ -76,14 +76,14 @@ ...@@ -76,14 +76,14 @@
if (!this.isLogin) { if (!this.isLogin) {
this.$store.dispatch({ this.$store.dispatch({
type: "wxShare", type: "wxShare",
current_url:location.href.split('#')[0] current_url:'https://szm.ichunt.com/h5/view/'
}); });
} }
else{ else{
if (util.getCookie("Yo4teW_uid")) { if (util.getCookie("Yo4teW_uid")) {
this.$store.dispatch({ this.$store.dispatch({
type: "wxShare", type: "wxShare",
current_url:location.href.split('#')[0] current_url:'https://szm.ichunt.com/h5/view/'
}); });
} }
} }
......
...@@ -122,6 +122,7 @@ export default { ...@@ -122,6 +122,7 @@ export default {
}; };
}, },
created(){ created(){
console.log(this.shareUrl)
let {invitedId} = this.$route.query; let {invitedId} = this.$route.query;
if(invitedId){ if(invitedId){
SetCookie('sbqinvitedId',invitedId,1); SetCookie('sbqinvitedId',invitedId,1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment