1 Star 3 Fork 0

猿小熊/mc-shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
1593238887@qq.com 提交于 2019-07-29 17:07 . 添加客服功能。
//app.js
App({
onLaunch: function() {
if (!wx.cloud) {
console.error('请使用 2.2.3 或以上的基础库以使用云能力')
} else {
wx.cloud.init({
traceUser: true,
})
}
this.globalData = {
goodsList: [],
globalBGColor: '#009FDF', //进入店铺按钮背景颜色
bgRed: 17,
bgGreen: 149,
bgBlue: 244,
subDomain: "kehuafu", // 商城后台个性域名
userInfo: null
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuanxiaoxiong123/mc-shop.git
git@gitee.com:yuanxiaoxiong123/mc-shop.git
yuanxiaoxiong123
mc-shop
mc-shop
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385