diff --git a/subPackages/order/trades.vue b/subPackages/order/trades.vue index 07da72a..98143e0 100644 --- a/subPackages/order/trades.vue +++ b/subPackages/order/trades.vue @@ -100,6 +100,8 @@ }, onLoad(options) { if (options.type) this.typeIndex = this.typeList.findIndex(vm => vm.name === options.type); + }, + onShow() { this.getList(); }, onReachBottom() { diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index eaf1adc..4c2872b 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@