分享 首页播报

This commit is contained in:
@fawn-nine
2024-06-03 11:53:59 +08:00
parent 3b22a391c1
commit 4374b2ed72
6 changed files with 291 additions and 20 deletions

17
App.vue
View File

@@ -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>