|
@@ -158,9 +158,11 @@ Page({
|
|
|
"classname": "common.usercenter.usercenter",
|
|
|
"method": "WechatBinding",
|
|
|
"content": {
|
|
|
- "wechat_code": res.code
|
|
|
+ "wechat_code": res.code,
|
|
|
+ isbinging: 1 // 0解绑 1绑定
|
|
|
}
|
|
|
}).then(res => {
|
|
|
+ console.log(res)
|
|
|
if (res.code == 0) return wx.showToast({
|
|
|
title: res.msg,
|
|
|
icon: "none"
|