Commit 396cb755 authored by 李智书's avatar 李智书

Merge branch 'v_c_application_feature_1031' into 'uat'

1.提交更新

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