微信小程序登录

feat/task1-c-wallet
devil_gong 2019-01-02 18:51:34 +08:00
parent 7bc0f07846
commit 66f7cbe919
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -32,7 +32,6 @@ Page({
url: "/pages/login/login?event_callback=init"
});
}
this.get_data();
},
});
} else {