From 98de5f969cc05e377f792fa316dfe37113d3549e Mon Sep 17 00:00:00 2001 From: xjs Date: Thu, 9 Apr 2026 17:59:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.config.ts | 2 +- src/pages-sub/home/line/index.vue | 2 -- src/pages.json | 2 +- src/pages/home/index/index.vue | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pages.config.ts b/pages.config.ts index be71b33..5732365 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -3,7 +3,7 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages' export default defineUniPages({ globalStyle: { navigationBarTextStyle: 'black', - navigationBarTitleText: '六纬升学', + navigationBarTitleText: '六纬志愿', navigationBarBackgroundColor: '#fff', backgroundColor: '#F8F8F8', }, diff --git a/src/pages-sub/home/line/index.vue b/src/pages-sub/home/line/index.vue index e680b74..6a8ec6a 100644 --- a/src/pages-sub/home/line/index.vue +++ b/src/pages-sub/home/line/index.vue @@ -145,8 +145,6 @@ const getBatchListData = () => { checkYearList.value = _result.configList.yearList lineList.value = _result.list - } else if (resp.code === 200 && resp.result === '暂无数据') { - lineList.value = [] } }) } diff --git a/src/pages.json b/src/pages.json index 65f0a38..c590f6c 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,7 +1,7 @@ { "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "六纬升学", + "navigationBarTitleText": "六纬志愿", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, diff --git a/src/pages/home/index/index.vue b/src/pages/home/index/index.vue index 3aa086e..75ae1d5 100644 --- a/src/pages/home/index/index.vue +++ b/src/pages/home/index/index.vue @@ -107,14 +107,14 @@ onShow(() => { }) onShareAppMessage(() => { return { - title: '六纬升学', + title: '六纬志愿', path: '/pages/home/index/index', imageUrl: 'https://api.static.ycymedu.com/images/share.png', } }) onShareTimeline(() => { return { - title: '六纬升学', + title: '六纬志愿', } })