mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 11:59:16 +08:00
百度小程序优化
This commit is contained in:
parent
ea7f7975c2
commit
c135aab9aa
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user