Commit 39bb662a authored by agping's avatar agping

c端注册修改

parent d75689b9
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
return return
}; };
_this.isGetCode = true; _this.isGetCode = true;
_this.countSecond=60;
_this.axios({ _this.axios({
method: 'post', method: 'post',
url: '/api/sendCode', url: '/api/sendCode',
...@@ -165,6 +166,7 @@ ...@@ -165,6 +166,7 @@
return return
} }
layer.tipsX(response.data.msg); layer.tipsX(response.data.msg);
// console.log(_this.$route.query.wx_union_id.length);
} }
}) })
......
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 to comment