Showing
1 changed file
with
3 additions
and
3 deletions
@@ -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() { |
-
Please register or login to post a comment