From 435a23f99563bae6e4b5356f68f4ef1001901295 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Thu, 27 Nov 2025 18:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/course/VideoPlayer.vue | 394 ---------- components/order/Confirm.vue | 6 +- locale/en.json | 9 +- locale/zh-Hans.json | 11 +- manifest.json | 4 +- pages.json | 6 - pages/book/order.vue | 721 ------------------ pages/course/details/chapter.vue | 289 ++----- pages/course/details/course.vue | 2 +- pages/login/forget.vue | 6 +- pages/login/login.vue | 8 +- static/logo.png | Bin 73475 -> 212593 bytes style/tailwind.css | 31 - style/ui.scss | 9 +- .../utils/call-check-version.js | 2 - .../utils/check-update.js | 1 - 16 files changed, 99 insertions(+), 1400 deletions(-) delete mode 100644 components/course/VideoPlayer.vue delete mode 100644 pages/book/order.vue diff --git a/components/course/VideoPlayer.vue b/components/course/VideoPlayer.vue deleted file mode 100644 index d14fb91..0000000 --- a/components/course/VideoPlayer.vue +++ /dev/null @@ -1,394 +0,0 @@ - - - - - diff --git a/components/order/Confirm.vue b/components/order/Confirm.vue index 498a0ce..f96747e 100644 --- a/components/order/Confirm.vue +++ b/components/order/Confirm.vue @@ -143,9 +143,9 @@ interface Props { const props = withDefaults(defineProps(), { goodsList: () => [], userInfo: () => ({}), - allowPointPay: true, - orderType: 'order', - backStep: 1 + allowPointPay: () => false, + orderType: () => '', + backStep: () => 1 }) // 订单备注 diff --git a/locale/en.json b/locale/en.json index 8accad9..b296474 100644 --- a/locale/en.json +++ b/locale/en.json @@ -18,7 +18,8 @@ "loginExpired": "Login expired. Please log in again.", "requestException": "Request exception", "coin": "Coin", - "days": "Days" + "days": "Days", + "and": "and" }, "tabar.course": "COURSE", "tabar.book": "EBOOK", @@ -79,7 +80,7 @@ "getCode": "Get Code", "passwordStrengthStrong": "Strong password strength.", "passwordStrengthMedium": "Medium password strength.", - "passwordStrengthWeak": "please use a password consisting of at least two types: uppercase and lowercase letters, numbers, and symbols, with a length of 8 characters.", + "passwordStrengthWeak": "please use a password consisting of at least two types: uppercase and lowercase letters, numbers, and symbols, with a length of 8-20 characters.", "passwordChanged": "Password changed successfully" }, "common": { @@ -391,7 +392,9 @@ "courseInfo": "Course", "chapterInfo": "Chapter", "videoLoadFailed": "Video load failed", - "vipBenefit": "VIP benefit active" + "vipBenefit": "VIP benefit active", + "audio": "Audio", + "video": "Video" }, "courseOrder": { "orderTitle": "Order Confirmation", diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 011d308..a44eaf5 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -18,7 +18,8 @@ "loginExpired": "登录失效,请重新登录。", "requestException": "请求异常", "coin": "天医币", - "days": "天" + "days": "天", + "and": "和" }, "tabar.course": "课程", "tabar.book": "图书", @@ -80,7 +81,7 @@ "getCode": "获取验证码", "passwordStrengthStrong": "密码强度强", "passwordStrengthMedium": "密码强度中等", - "passwordStrengthWeak": "请使用至少包含大小写字母、数字、符号中的两种类型,长度为8个字符的密码", + "passwordStrengthWeak": "请使用至少包含大小写字母、数字、符号中的两种类型,长度为8-20个字符的密码", "passwordChanged": "密码修改成功" }, "common": { @@ -391,7 +392,9 @@ "courseInfo": "课程", "chapterInfo": "章节", "videoLoadFailed": "视频加载失败", - "vipBenefit": "VIP畅学权益生效中" + "vipBenefit": "VIP畅学权益生效中", + "audio": "音频", + "video": "视频" }, "courseOrder": { "orderTitle": "确认订单", @@ -455,7 +458,7 @@ "customerService": "客服", "paymentTipTitle": "说明", "paymentTip1": "1. 1积分=1天医币", - "paymentTip2-1": "2. 若有疑问请加客服微信:{ customerServiceWechat } { customerServiceEmail }", + "paymentTip2-1": "2. 若有疑问请加客服微信:", "paymentTip2-2": "或邮箱联系", "ensureBalance": "确保您的天医币足够支付", "vipLabel": "VIP优惠", diff --git a/manifest.json b/manifest.json index 2cb79b4..cfd7ad2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name" : "太湖国际", + "name" : "吴门国际", "appid" : "__UNI__1250B39", - "description" : "太湖国际", + "description" : "吴门国际", "versionName" : "1.0.4", "versionCode" : 104, "transformPx" : false, diff --git a/pages.json b/pages.json index c840bfe..73a6a30 100644 --- a/pages.json +++ b/pages.json @@ -127,12 +127,6 @@ "navigationStyle": "custom", "navigationBarTitleText": "%listen.title%" } - }, { - "path": "pages/book/order", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "%order.orderTitle%" - } }, { "path": "pages/course/search", "style": { diff --git a/pages/book/order.vue b/pages/book/order.vue deleted file mode 100644 index ef585b5..0000000 --- a/pages/book/order.vue +++ /dev/null @@ -1,721 +0,0 @@ - - - - - diff --git a/pages/course/details/chapter.vue b/pages/course/details/chapter.vue index 186c37d..014bdfa 100644 --- a/pages/course/details/chapter.vue +++ b/pages/course/details/chapter.vue @@ -4,7 +4,7 @@ - + - {{ $t('courseDetails.courseInfo') }}: - {{ navTitle }} + {{ courseTitle }} {{ $t('courseDetails.chapterInfo') }}: @@ -36,126 +30,74 @@ {{ $t('courseDetails.videoTeaching') }} - - - - 【{{ video.type == "2" ? "音频" : "视频" }}】{{ index + 1 }} - - - + + + 【{{ video.type == "2" ? $t('courseDetails.audio') : $t('courseDetails.video') }}】{{ index + 1 }} + + - - - - {{ tab.name }} - - - - - - + - - {{ $t('courseDetails.chapterIntro') }} - - - - - - - + + + + + + {{ $t('courseDetails.copyright') }} - - + - - {{ $t('courseDetails.thinkingQuestion') }} - - - - + + + + +