提交 97dd73c0 编写于 作者: D devil_gong

头条小程序登录优化

上级 bcc43fd0
...@@ -52,16 +52,13 @@ Page({ ...@@ -52,16 +52,13 @@ Page({
setTimeout(function(){ setTimeout(function(){
self.get_user_info_event(); self.get_user_info_event();
}, 1000); }, 1000);
// 第一次失败使用授权后更新状态
self.setData({is_first_authorize_error: false});
} else { } else {
app.showToast('请同意用户信息授权'); app.showToast('请同意用户信息授权');
tt.openSetting(); tt.openSetting();
} }
// 头条bug-第一次失败使用授权后更新状态
if(self.data.is_first_authorize_error == true)
{
self.setData({is_first_authorize_error: false});
}
} }
}); });
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册