From fc2e831f7162b22c5f730bbe5424258a1ae877e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Wed, 20 Aug 2025 08:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E4=B8=B4=E6=97=B6=E5=AD=98?= =?UTF-8?q?=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/App.vue | 266 ++++++++--------- src/api/common.js | 4 +- src/components/examination/touchBtn.vue | 222 +++++++------- src/components/nav-bar/nav-bar.vue | 16 +- src/enum.js | 2 +- src/pages/index/index.vue | 2 +- src/pages/learningTasks/details.vue | 270 +++++++++++++++++- src/pages/messageNotification/index.vue | 43 ++- src/pages/testingHall/details.vue | 29 +- .../images/learningTasks/learningTasksBg.png | Bin 0 -> 322525 bytes 11 files changed, 551 insertions(+), 305 deletions(-) create mode 100644 src/static/images/learningTasks/learningTasksBg.png diff --git a/.env.development b/.env.development index 0b3a4c23..89605a8c 100644 --- a/.env.development +++ b/.env.development @@ -19,7 +19,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # 任东 # VITE_APP_BASE_H5_API_Url = 'http://25.64.16.130:9602' # 线上 -VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7003' +VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7001' #VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.140:9602' #VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.138:9602' diff --git a/src/App.vue b/src/App.vue index 7a66718d..dce6f91d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,149 +1,149 @@ diff --git a/src/api/common.js b/src/api/common.js index 845c484b..df3c82fa 100644 --- a/src/api/common.js +++ b/src/api/common.js @@ -72,7 +72,7 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey='voice') => }; if (token) header['summary'] = token - console.log(`${base_url}${url}`) + // console.log(`${base_url}${url}`) return new Promise((resolve, reject) => { uni.uploadFile({ url: `${base_url}${url}`, @@ -83,7 +83,7 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey='voice') => success(result) { try { const res = JSON.parse(result.data); - console.log(res) + // console.log(res) if (res.rtnCode === '0000') { resolve(result); } else { diff --git a/src/components/examination/touchBtn.vue b/src/components/examination/touchBtn.vue index dcbd82cb..dbac1ffb 100644 --- a/src/components/examination/touchBtn.vue +++ b/src/components/examination/touchBtn.vue @@ -1,21 +1,49 @@ \ No newline at end of file + diff --git a/src/components/nav-bar/nav-bar.vue b/src/components/nav-bar/nav-bar.vue index 7e632efc..4c9f6a19 100644 --- a/src/components/nav-bar/nav-bar.vue +++ b/src/components/nav-bar/nav-bar.vue @@ -1,12 +1,12 @@ - \ No newline at end of file + diff --git a/src/pages/messageNotification/index.vue b/src/pages/messageNotification/index.vue index 60ce045b..fb6997fc 100644 --- a/src/pages/messageNotification/index.vue +++ b/src/pages/messageNotification/index.vue @@ -31,7 +31,7 @@ :refresher-triggered="triggered" refresher-default-style="none" > - + - + {{ popup_info.title }} 消正息内容正文,消息内容正文 - + 我知道了 @@ -92,7 +92,7 @@ \ No newline at end of file + diff --git a/src/pages/testingHall/details.vue b/src/pages/testingHall/details.vue index a9cbe84d..003e73d5 100644 --- a/src/pages/testingHall/details.vue +++ b/src/pages/testingHall/details.vue @@ -1,5 +1,6 @@