feat: 名称修改
parent
22f4c1f298
commit
98de5f969c
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -145,8 +145,6 @@ const getBatchListData = () => {
|
|||
checkYearList.value = _result.configList.yearList
|
||||
|
||||
lineList.value = _result.list
|
||||
} else if (resp.code === 200 && resp.result === '暂无数据') {
|
||||
lineList.value = []
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "六纬升学",
|
||||
"navigationBarTitleText": "六纬志愿",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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: '六纬志愿',
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue