Commit 4734e39b authored by youjie's avatar youjie

Merge branch 'master' of http://gitlab.oytour.com/viitto/million

parents d28b9499 8f30b993
...@@ -162,10 +162,11 @@ export default { ...@@ -162,10 +162,11 @@ export default {
}, },
reSetWechat(code, state) { reSetWechat(code, state) {
this.apipost( this.apipost(
"GetOpenInfo_post", "b2c_post_UpdateWeChatBind",
{ code, state }, { code, state },
(r) => { (r) => {
if (r.data.resultCode == 1) { if (r.data.resultCode == 1) {
this.getUserInfo()
this.$q.notify({ this.$q.notify({
type: "positive", type: "positive",
message: r.data.message, message: r.data.message,
......
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