feat: 名称修改
parent
22f4c1f298
commit
98de5f969c
|
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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 = []
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "六纬升学",
|
"navigationBarTitleText": "六纬志愿",
|
||||||
"navigationBarBackgroundColor": "#fff",
|
"navigationBarBackgroundColor": "#fff",
|
||||||
"backgroundColor": "#F8F8F8"
|
"backgroundColor": "#F8F8F8"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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: '六纬志愿',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue