Commit 76118b2d authored by lijiongliang's avatar lijiongliang

我的订单跳转问题修改

parent fc50a519
......@@ -188,7 +188,7 @@ export default {
},
onLoad: function (e) {
this.$nextTick(() => {
this.current = Number(e.page) || 0
this.current = Number(e.current) || 0
})
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment