From 4bfdb8f5d74e9b55360ed45db27f7f428b9d0b6b Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 07 五月 2024 19:07:17 +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