[锶源昆仑-寺庙捐赠活动]
This commit is contained in:
14
App.vue
14
App.vue
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user