摘要: new Vue({ el:".container", data:{ addressList:[], limitNum:3, currentIndex:0, //用于选择地址,调用:class="{'check':index==currentIndex}" @click="currentIndex=i 阅读全文
posted @ 2017-04-03 19:08 吃草的虾米 阅读(1855) 评论(0) 推荐(0)
摘要: var vm = new Vue({ el:"#app", data:{ totalMoney:0, productList:[], checkAllFlag:false , delFlag:false delOneProduct:[], }, filters:{ //局部过滤器 ,调用方法{{nu 阅读全文
posted @ 2017-04-03 18:20 吃草的虾米 阅读(632) 评论(0) 推荐(0)