[锶源昆仑-寺庙捐赠活动]

This commit is contained in:
2023-05-15 13:53:32 +08:00
parent 1b6eb2668c
commit c9b18c9074
284 changed files with 9505 additions and 3822 deletions

14
App.vue
View File

@@ -1,21 +1,25 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
onLaunch(e) {
if(e.query.invite){
this.$store.commit('setParentId', e.query.invite)
}
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
globalData: {
id: 1
}
}
</script>
<style>
.goPage {
position: fixed;
z-index: 100000;
}
/* 水平居中 */
.pack-center {
display: -webkit-box;