Ai
16 Star 81 Fork 25

明章科技/CC通用成绩查询小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.js 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
newboys111 提交于 2021-08-30 01:57 +08:00 . Initial Commit
App({
onLaunch: function (options) {
if (!wx.cloud) {
console.error('请使用 2.2.3 或以上的基础库以使用云能力')
} else {
wx.cloud.init({
env: 'card-8gdoyuexd3702a23',
traceUser: true,
})
}
this.globalData = {}
},
/*
onShow: function (options) {
// 启动,或者从后台进入前台
//GroupBiz.initGroupShareTicket(options);
},
onHide: function () {
// 小程序从前台进入后台
//GroupBiz.clearGroupShareTicket();
}*/
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/minzonetech/CCSmartScore.git
git@gitee.com:minzonetech/CCSmartScore.git
minzonetech
CCSmartScore
CC通用成绩查询小程序
master

搜索帮助