微信小程序登录
parent
7bc0f07846
commit
66f7cbe919
|
|
@ -1,5 +1,8 @@
|
||||||
App({
|
App({
|
||||||
data: {
|
data: {
|
||||||
|
// 用户登录缓存key
|
||||||
|
cache_user_login_key: "cache_user_login_key",
|
||||||
|
|
||||||
// 用户信息缓存key
|
// 用户信息缓存key
|
||||||
cache_user_info_key: "cache_shop_user_info_key",
|
cache_user_info_key: "cache_shop_user_info_key",
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@ Page({
|
||||||
url: "/pages/login/login?event_callback=init"
|
url: "/pages/login/login?event_callback=init"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.get_data();
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue