百度小程序优化

This commit is contained in:
devil_gong 2019-11-29 21:03:53 +08:00
parent ea7f7975c2
commit c135aab9aa

View File

@ -38,7 +38,6 @@ Page({
* auth_data 授权数据
*/
user_auth_code(auth_data) {
console.log(auth_data)
if ((auth_data.encryptedData || null) != null && (auth_data.iv || null) != null) {
app.user_auth_login(this, 'user_auth_back_event', auth_data);
} else {