百度小程序优化

feat/task1-c-wallet
devil_gong 2019-11-29 21:03:53 +08:00
parent ea7f7975c2
commit c135aab9aa
1 changed files with 0 additions and 1 deletions

View File

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