|
|
- <template>
- <view></view>
- </template>
-
- <script>
- export default{
- components:{
-
- },
- data(){
- return{
-
- }
- },
- onLoad(options) {
- if(options.shareId){
- uni.setStorageSync('shareId',options.shareId)
- uni.switchTab({
- url:"/pages/home/index"
- })
- }
- }
- }
- </script>
|