Commit 6281d5a9 authored by Facius's avatar Facius

配件订单页面参数

parent 4ad4f85b
......@@ -124,7 +124,10 @@
},
},
onLoad(e) {
getApp().trackPage('备件订单页')
getApp().trackPage('备件订单页')
if (e && e.index) {
this.currentIndex = e.index
}
this.reloadPartsList()
this._freshing = false;
},
......
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