>》>》>》>》
摘要: data(){ return{ list:[], swiperOption:"", xiding : "", // 轮播高度 SwiperHeight:'' } }, mounted(){ this.onload(... 阅读全文
posted @ 2019-09-25 18:00 大、锤 阅读(1460) 评论(0) 推荐(0) 编辑
摘要: 首页 this.$router.push({path: '/product/buy', query: { orders: JSON.stringify(orders) , total: orders[0].totalAmount , stock: this.select } }) // 下个页面接收 阅读全文
posted @ 2019-09-25 16:29 大、锤 阅读(125) 评论(0) 推荐(0) 编辑
摘要: style.height //返回元素的高度(包括元素高度,不包括内边距、边框和外边距) clientHeight //返回元素的高度(包括元素高度、内边距,不包括边框和外边距) offsetHeight //返回元素的高度(包括元素高度、内边距和边框,不包括外边距) scrollHeigh //返 阅读全文
posted @ 2019-09-25 12:02 大、锤 阅读(2189) 评论(0) 推荐(1) 编辑
摘要: import Vue from 'vue' var bus = new Vue() export default bus 监听事件: 首页监听 触发事件: 详情页触发 阅读全文
posted @ 2019-09-25 11:42 大、锤 阅读(1209) 评论(0) 推荐(0) 编辑