护工手机端页面总结

Posted jiye123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了护工手机端页面总结相关的知识,希望对你有一定的参考价值。

this.$route.query或者 this.$route.params接收router-link传的参数

有个方法就是在script标签里面写this.$router.push(‘要跳转的路径名‘),

 

 

关于导入组件,组件跳转,和组件显示

组件:(关注点:showtabbar,footer-tabbar,FooterTabbar)

app.vue

<footer-tabbar v-show="$route.meta.showtabbar"></footer-tabbar>
 
<script>
import FooterTabbar from ‘./components/FooterTabbar‘
export default {
name: ‘app‘,
components: {
FooterTabbar
}
}
</script>
 
 
index.js
{
path: ‘/Home‘,
name: ‘Home‘,
component: Home,
meta: { showtabbar: true }
},

以上是关于护工手机端页面总结的主要内容,如果未能解决你的问题,请参考以下文章

CSS练习IT修真院--练习5-护工个人界面

移动端适配的总结

移动端总结和手机兼容问题

移动端总结和手机兼容问题

移动端总结和手机兼容问题

移动端布局总结