177 Star 5.3K Fork 1.4K

Mall4j商城系统 / 微信小程序商城系统 商城源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
412102420ts 提交于 2023-03-13 18:01 . 增加版本信息
//app.js
var http = require("utils/http.js");
App({
onLaunch: function () {
console.log('mall4j.v230313')
// http.getToken();
// wx.getSetting({
// success(res) {
// if (!res.authSetting['scope.userInfo']) {
// wx.navigateTo({
// url: '/pages/login/login',
// })
// }
// }
// })
},
globalData: {
// 定义全局请求队列
requestQueue: [],
// 是否正在进行登陆
isLanding: true,
// 购物车商品数量
totalCartCount: 0
}
})
JavaScript
1
https://gitee.com/gz-yami/mall4m.git
git@gitee.com:gz-yami/mall4m.git
gz-yami
mall4m
微信小程序商城系统 商城源码
master

搜索帮助