1 Star 2 Fork 1

allenwdj / JuCheapMall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 254 Bytes
一键复制 编辑 原始数据 按行查看 历史
allenwdj 提交于 2024-04-23 21:21 . 修复加入购物车和登录的bug
import updateManager from './common/updateManager';
App({
onLaunch: function () {
const token = wx.getStorageSync('token');
this.globalData.isLogin = !!token;
},
onShow: function () {
updateManager();
},
globalData: {
isLogin: false
}
});
JavaScript
1
https://gitee.com/jucheap/jucheap-mall.git
git@gitee.com:jucheap/jucheap-mall.git
jucheap
jucheap-mall
JuCheapMall
master

搜索帮助