From 172d04fc9d2d7afb28dd3de207f05bbf90a1b58e Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 07 五月 2024 19:40:51 +0800 Subject: [PATCH] # --- pages/phyz/order/orderList2.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/phyz/order/orderList2.vue b/pages/phyz/order/orderList2.vue index 981ae5c..98c8c3c 100644 --- a/pages/phyz/order/orderList2.vue +++ b/pages/phyz/order/orderList2.vue @@ -82,7 +82,7 @@ header: {'token': uni.getStorageSync('token')}, data: { curr: 1, - limit: 1000, + limit: 9999, order_id: id }, method: 'GET', -- Gitblit v1.9.1