摘要: // 退出APP export const quitApp = () => { uni.getSystemInfo({ success: function (res) { // 判断为安卓的手机 if(res.platform=='android'){ // 安卓退出app plus.runtime 阅读全文
posted @ 2021-06-25 09:55 忘忧人 阅读(1827) 评论(0) 推荐(0) 编辑
摘要: App.vue文件 onLaunch: function() { console.log("App Launch"); const updateManager = uni.getUpdateManager(); updateManager.onCheckForUpdate(function(res) 阅读全文
posted @ 2021-06-25 09:53 忘忧人 阅读(201) 评论(0) 推荐(0) 编辑