diff --git a/subPackages/order/trades.vue b/subPackages/order/trades.vue index 98143e0..e1702ec 100644 --- a/subPackages/order/trades.vue +++ b/subPackages/order/trades.vue @@ -102,7 +102,7 @@ if (options.type) this.typeIndex = this.typeList.findIndex(vm => vm.name === options.type); }, onShow() { - this.getList(); + this.onReload(); }, onReachBottom() { if (this.finished) return false; diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index 4c2872b..01f680f 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@