发货+兼容苹果
This commit is contained in:
19
App.vue
19
App.vue
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user