From e76e6da008a0e453dc2075b54d56ff2e5180051e Mon Sep 17 00:00:00 2001 From: chenghuan Date: Fri, 26 Dec 2025 11:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=9B=BE=E4=B9=A6?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=92=8C=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=97=A0=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/modules/course.ts | 2 +- manifest.json | 4 +- pages.json | 6 +- pages/book/detail.vue | 242 ++++++++++----- pages/book/index.vue | 26 +- .../details/components/CatalogueList.vue | 291 ++++++++---------- pages/course/details/course.vue | 38 ++- pages/course/index.vue | 18 +- pages/course/list/category.vue | 18 +- pages/user/index.vue | 217 ++++++------- style/tailwind.css | 6 - 11 files changed, 459 insertions(+), 409 deletions(-) diff --git a/api/modules/course.ts b/api/modules/course.ts index 9a2502a..b8b0887 100644 --- a/api/modules/course.ts +++ b/api/modules/course.ts @@ -91,7 +91,7 @@ export const courseApi = { * @param id 目录ID */ getCatalogueChapterList(id: number) { - return skeletonClient.request({ + return mainClient.request({ url: 'sociology/course/getCourseCatalogueChapterList', method: 'POST', data: { id } diff --git a/manifest.json b/manifest.json index 399647a..2570d9c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "吴门国际", "appid" : "__UNI__1250B39", "description" : "吴门国际", - "versionName" : "1.1.8", - "versionCode" : 118, + "versionName" : "1.1.10", + "versionCode" : 1110, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index a9072f9..f8036cd 100644 --- a/pages.json +++ b/pages.json @@ -3,6 +3,8 @@ { "path": "pages/course/index", "style": { + "enablePullDownRefresh": true, + "navigationStyle": "custom", "navigationBarTitleText": "%index.title%" } }, { @@ -23,7 +25,8 @@ "path": "pages/user/index", "style": { "navigationBarTitleText": "%user.title%", - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh": true } }, { "path": "pages/user/order/index", @@ -112,6 +115,7 @@ }, { "path": "pages/book/index", "style": { + "enablePullDownRefresh": true, "navigationStyle": "custom", "navigationBarTitleText": "%book.title%" } diff --git a/pages/book/detail.vue b/pages/book/detail.vue index a2f75e5..9ef2c8d 100644 --- a/pages/book/detail.vue +++ b/pages/book/detail.vue @@ -3,76 +3,82 @@ - -