维基小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
590 B

<template>
<view>
<HomeNav></HomeNav>
<HomeRotation></HomeRotation>
<!-- <navigator url="https://www.sxwikionline.com/miniprogram/01.html">xxxx</navigator> -->
<HomeTab></HomeTab>
</view>
</template>
<script>
export default {
onShareAppMessage(res) {
if (res.from === 'button') {// 来自页面内分享按钮
console.log(res.target)
}
return {
title: '',
path: '/pages/tabBar/HomePage'
}
},
data() {
return {
}
},
onReachBottom: function () {
this.$store.state.policy.pagenum ++
},
methods: {
}
}
</script>
<style>
</style>