From 62a3180714109966c6ea6aca20cb62611bdae257 Mon Sep 17 00:00:00 2001 From: zzp <34701892@qq.com> Date: Fri, 21 Nov 2025 11:01:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83API?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit style(ETF页面): 调整样式布局和导航方法 - 修改indexEtfInfo.vue的返回方法为doBack - 优化indexEtf.vue的搜索框和列表样式 - 统一组件属性换行格式 --- .env.development | 6 ++-- src/pages/realtimeInfo/index.vue | 6 ++-- src/pages/realtimeInfo/indexEtf.vue | 43 +++++++++++++++++-------- src/pages/realtimeInfo/indexEtfInfo.vue | 8 ++++- 4 files changed, 41 insertions(+), 22 deletions(-) diff --git a/.env.development b/.env.development index 9a5e003..e41da5d 100644 --- a/.env.development +++ b/.env.development @@ -2,10 +2,10 @@ ENV = development # 本地环境接口地址 -VITE_API_URL = http://123.60.153.169:8040/apih5 -# VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5 +# VITE_API_URL = http://123.60.153.169:8040/apih5 +VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5 -# VITE_API_URL =http://localhost:8040/apih5 +# VITE_API_URL =http://192.168.0.135:8040/apih5 # VITE_API_URL = https://cankao.cs.com.cn/apih5 VITE_API_DATAV_URL = https://cankao.cs.com.cn/zzck_datav \ No newline at end of file diff --git a/src/pages/realtimeInfo/index.vue b/src/pages/realtimeInfo/index.vue index 42007ff..a1ad0a6 100644 --- a/src/pages/realtimeInfo/index.vue +++ b/src/pages/realtimeInfo/index.vue @@ -110,8 +110,7 @@ :show="LoginShow" @handlePopupClose="handlePopupClose" @handlePopupSuccessCallback="handlePopupSuccessCallback" - @handlePopupErrorCallback="handlePopupErrorCallback" - /> + @handlePopupErrorCallback="handlePopupErrorCallback" /> + @close="calendarShow = false"> diff --git a/src/pages/realtimeInfo/indexEtf.vue b/src/pages/realtimeInfo/indexEtf.vue index 10d271a..a1fe3a1 100644 --- a/src/pages/realtimeInfo/indexEtf.vue +++ b/src/pages/realtimeInfo/indexEtf.vue @@ -14,7 +14,7 @@ - + - + @@ -112,6 +112,12 @@ function goDetail(item, index) { }); } +function doBack() { + uni.navigateBack({ + delta: 1, + }); +} + const name = ref(""); const code = ref(""); onLoad((option) => {