Commit 48e919ed authored by 李智书's avatar 李智书

1.提交更新

parent ab9ea15a
......@@ -197,7 +197,7 @@
console.warn(item, index)
uni.setStorageSync("details", item)
uni.navigateTo({
url: "../transactionDetails/transactionDetails",
url: `../transactionDetails/transactionDetails?starttime=${this.starttime}&endtime=${this.endtime}`,
success: () => {
loading.clear();
}
......
......@@ -126,6 +126,10 @@
}
},
onLoad: function(options) {
if (options['endtime'] && options['starttime']) {
this.starttime = options['starttime']
this.endtime = options['endtime']
}
this.DeviceInfo()
this.DeviceFlows()
},
......
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