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: '六纬志愿', } })