Commit db2d80ca by fengzhaoyu

去掉打印

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