From 10db09788d74b441a2efd85f5d4614e944b07bb3 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 26 三月 2024 20:07:11 +0800 Subject: [PATCH] 问题修改 --- packageBookService/pages/bookServices/list/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.js b/packageBookService/pages/bookServices/list/index.js index 656c94b..7fd0570 100644 --- a/packageBookService/pages/bookServices/list/index.js +++ b/packageBookService/pages/bookServices/list/index.js @@ -287,7 +287,7 @@ subAccess: this.data.pathList, }; } else { - pathObj = { + pathObj = { path, queryType: '*', }; @@ -323,7 +323,7 @@ ], sort, coverSize: { - height: 145, + width: 105 }, paging: { start: 0, -- Gitblit v1.9.1