Authored by lea guo

订单详情、我的收藏:移除scroll组件

@@ -157,9 +157,9 @@ export default { @@ -157,9 +157,9 @@ export default {
157 next(); 157 next();
158 }, 158 },
159 methods: { 159 methods: {
160 - ...mapActions(['fetchOrderList', 'confirmReceipt']),  
161 - ...mapMutations(['resetData']),  
162 - scrollHandler({y}) { 160 + ...mapActions(["fetchOrderList", "confirmReceipt"]),
  161 + ...mapMutations(["resetData"]),
  162 + scrollHandler({ y }) {
163 this.scrollY = -y; 163 this.scrollY = -y;
164 }, 164 },
165 fetchData() { 165 fetchData() {