mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 17:49:36 +08:00
1
This commit is contained in:
parent
a1d4d934d0
commit
98f5354ded
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": [
|
"pages": [
|
||||||
|
"pages/login/login",
|
||||||
"pages/index/index",
|
"pages/index/index",
|
||||||
"pages/login/wxlogin/wxlogin",
|
"pages/login/wxlogin/wxlogin",
|
||||||
"pages/login/login",
|
|
||||||
"pages/my/my",
|
"pages/my/my",
|
||||||
"pages/community/community",
|
"pages/community/community",
|
||||||
"pages/news/news",
|
"pages/news/news",
|
||||||
|
@ -18,6 +18,9 @@ Page({
|
|||||||
* 生命周期函数--监听页面加载
|
* 生命周期函数--监听页面加载
|
||||||
*/
|
*/
|
||||||
onLoad: function (e) {
|
onLoad: function (e) {
|
||||||
|
// 清空所有缓存
|
||||||
|
wx.clearStorageSync()
|
||||||
|
// 自动登录获取openid
|
||||||
this.autoLogin();
|
this.autoLogin();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user