摘要: 路由里边的 router/index.js path:'/detail/:id' 动态id 列表页渲染时: :to="'/detail/'+item.id" ===>id是指请求文章列表的id,可以是aid,bid等等 请求列表接口:http://www.phonegap100.com/appapi.php?a=getPortalList&catid=20&page=1 点击进入路由... 阅读全文
posted @ 2018-05-29 21:04 斯丢皮德曼 阅读(1654) 评论(0) 推荐(0) 编辑
摘要: 这是路由之间的跳转,传递值最好采用传参,而不是用$emit和$on,不起作用 如果实在一个页面中的兄弟组件,可以使用$emit和$on 中间件,eventBus.js 放在components目录下面 图片路径 static/img 模拟数据 /static/data.json { "status" 阅读全文
posted @ 2018-05-29 14:33 斯丢皮德曼 阅读(371) 评论(0) 推荐(0) 编辑