Commit 6281d5a9 authored by Facius's avatar Facius

配件订单页面参数

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