Commit bd46d5c7 by fengzhaoyu

去掉打印

parent 40081e39
...@@ -29,7 +29,7 @@ create.Page({ ...@@ -29,7 +29,7 @@ create.Page({
isBind: e.userName ? true : false isBind: e.userName ? true : false
}); });
}, },
onShow() {}, onShow() { },
sendRequest() { sendRequest() {
let that = this; let that = this;
interval = setInterval(() => { interval = setInterval(() => {
...@@ -52,8 +52,6 @@ create.Page({ ...@@ -52,8 +52,6 @@ create.Page({
ddUserId: getApp().globalData.userid ddUserId: getApp().globalData.userid
}; };
getThirdUserPlatForm(data).then(res => { getThirdUserPlatForm(data).then(res => {
console.log(JSON.stringify(res));
console.log(res.data.msg === "当前账号已被其他账号绑定!");
if (res.data.msg === "当前账号已被其他账号绑定!") { if (res.data.msg === "当前账号已被其他账号绑定!") {
this.setData({ this.setData({
isBind: false, isBind: false,
......
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