分享 首页播报
This commit is contained in:
17
App.vue
17
App.vue
@@ -17,11 +17,11 @@
|
||||
import updata from '@/uni_modules/uni-upgrade-center-app/utils/check-update'
|
||||
// #endif
|
||||
import Vue from 'vue'
|
||||
|
||||
|
||||
export default {
|
||||
data(){
|
||||
return{
|
||||
platform:null, // 系统
|
||||
data() {
|
||||
return {
|
||||
platform: null, // 系统
|
||||
}
|
||||
},
|
||||
onLaunch: function(e) {
|
||||
@@ -144,10 +144,10 @@
|
||||
}
|
||||
// APPUpdate();
|
||||
// #endif
|
||||
|
||||
|
||||
},
|
||||
onShow: function(e) {
|
||||
|
||||
onShow: function(e) {
|
||||
// console.log(plus.runtime.arguments, 'plus.runtime.arguments-----')
|
||||
// #ifdef MP-WEIXIN
|
||||
//获取二维码携带的参数
|
||||
let scene = decodeURIComponent(e.query.scene);
|
||||
@@ -200,8 +200,7 @@
|
||||
})
|
||||
console.log('页面销毁')
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user