mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
微信小程序登录
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
App({
|
||||
data: {
|
||||
// 用户登录缓存key
|
||||
cache_user_login_key: "cache_user_login_key",
|
||||
|
||||
// 用户信息缓存key
|
||||
cache_user_info_key: "cache_shop_user_info_key",
|
||||
|
||||
|
||||
@ -32,7 +32,6 @@ Page({
|
||||
url: "/pages/login/login?event_callback=init"
|
||||
});
|
||||
}
|
||||
this.get_data();
|
||||
},
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user