发货+兼容苹果

This commit is contained in:
@fawn-nine
2023-10-31 16:50:02 +08:00
parent 0a3bf99719
commit 8da1734b17
13 changed files with 158 additions and 151 deletions

19
App.vue
View File

@@ -17,8 +17,13 @@
import updata from '@/uni_modules/uni-upgrade-center-app/utils/check-update'
// #endif
import Vue from 'vue'
export default {
data(){
return{
platform:null, // 系统
}
},
onLaunch: function(e) {
// 检测自动更新
// #ifdef APP-PLUS
@@ -138,12 +143,11 @@
socket.init();
}
// APPUpdate();
// #endif
// #endif
},
onShow: function(e) {
// console.log(store.state,'playVisible')
onShow: function(e) {
// #ifdef MP-WEIXIN
//获取二维码携带的参数
let scene = decodeURIComponent(e.query.scene);
@@ -196,8 +200,7 @@
})
console.log('页面销毁')
},
methods: {
methods: {
}
};
</script>