feat: 名称修改

master
xjs 2026-04-09 17:59:49 +08:00
parent 22f4c1f298
commit 98de5f969c
4 changed files with 4 additions and 6 deletions

View File

@ -3,7 +3,7 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
export default defineUniPages({ export default defineUniPages({
globalStyle: { globalStyle: {
navigationBarTextStyle: 'black', navigationBarTextStyle: 'black',
navigationBarTitleText: '六纬升学', navigationBarTitleText: '六纬志愿',
navigationBarBackgroundColor: '#fff', navigationBarBackgroundColor: '#fff',
backgroundColor: '#F8F8F8', backgroundColor: '#F8F8F8',
}, },

View File

@ -145,8 +145,6 @@ const getBatchListData = () => {
checkYearList.value = _result.configList.yearList checkYearList.value = _result.configList.yearList
lineList.value = _result.list lineList.value = _result.list
} else if (resp.code === 200 && resp.result === '暂无数据') {
lineList.value = []
} }
}) })
} }

View File

@ -1,7 +1,7 @@
{ {
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "六纬升学", "navigationBarTitleText": "六纬志愿",
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
}, },

View File

@ -107,14 +107,14 @@ onShow(() => {
}) })
onShareAppMessage(() => { onShareAppMessage(() => {
return { return {
title: '六纬升学', title: '六纬志愿',
path: '/pages/home/index/index', path: '/pages/home/index/index',
imageUrl: 'https://api.static.ycymedu.com/images/share.png', imageUrl: 'https://api.static.ycymedu.com/images/share.png',
} }
}) })
onShareTimeline(() => { onShareTimeline(() => {
return { return {
title: '六纬升学', title: '六纬志愿',
} }
}) })