2 Star 6 Fork 0

忘川秋酷/天理猫协

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.js 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
忘川秋酷 提交于 2022-10-20 23:27 . 天理猫协小程序
//app.js
App({
onLaunch: function () {
if (!wx.cloud) {
console.error('请使用 2.2.3 或以上的基础库以使用云能力')
} else {
wx.cloud.init({
traceUser: true,
})
}
if (wx.canIUse('getUpdateManager')) {
const updateManager = wx.getUpdateManager()
updateManager.onCheckForUpdate(function (res) {
if (res.hasUpdate) {
updateManager.onUpdateReady(function () {
wx.showModal({
title: '更新提示',
content: '新版本已经准备好,是否重启应用?',
success: function (res) {
if (res.confirm) {
updateManager.applyUpdate()
}
}
})
})
updateManager.onUpdateFailed(function () {
wx.showModal({
title: '已经有新版本了哟~',
content: '新版本已经上线啦~,请您删除当前小程序,重新搜索打开哟~'
})
})
}
})
} else {
wx.showModal({
title: '提示',
content: '当前微信版本过低,无法使用该功能,请升级到最新微信版本后重试。'
})
}
},
onShow: function(t) {
var a = this;
1007 == t.scene || 1008 == t.scene || 1014 == t.scene ? this.globalData.share = !0 : this.globalData.share = !1;
wx.getMenuButtonBoundingClientRect();
wx.getSystemInfo({
success: function(t) {
var n = t.statusBarHeight, e = n + 6, o = 2 * n + 20;
a.globalData.navHeight = o, a.globalData.navTop = e, a.globalData.windowHeight = t.windowHeight,
a.globalData.height = n;
},
fail: function(t) {
console.log(t);
}
});
},
globalData: {
userInfo: null,
url: "https://pku-lostangel.oss-cn-beijing.aliyuncs.com/",
},
})
wx.showShareMenu({
withShareTicket: true
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lovecrx/tianli-cat-association.git
[email protected]:lovecrx/tianli-cat-association.git
lovecrx
tianli-cat-association
天理猫协
master

搜索帮助