百度小程序优化
parent
ea7f7975c2
commit
c135aab9aa
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue