摘要: function getCaption(obj){ var index=obj.lastIndexOf("\-"); obj=obj.substring(index+1,obj.length); // console.log(obj); return obj; } var str=" 执法办案流程- 阅读全文
posted @ 2018-07-26 17:12 追梦的老头 阅读(432) 评论(0) 推荐(0)
摘要: <script> // 引入 Tabbar组件 import mTabbar from './components/Tabbar' import mTabbarItem from './components/TabbarItem' // 引入 vuex 的两个方法 import {mapGetter 阅读全文
posted @ 2018-07-26 16:20 追梦的老头 阅读(1661) 评论(0) 推荐(0)
摘要: 1、普通的watch 2、数组的watch 3、对象的watch 4、对象具体属性的watch[活用computed] 阅读全文
posted @ 2018-07-26 16:17 追梦的老头 阅读(5089) 评论(0) 推荐(0)