feat: 文案修改
parent
3fdca5f13b
commit
6647931459
|
|
@ -1,4 +1,4 @@
|
|||
VITE_APP_TITLE = '六维志愿'
|
||||
VITE_APP_TITLE = '六纬志愿'
|
||||
VITE_APP_PORT = 9000
|
||||
|
||||
VITE_UNI_APPID = 'H57F2ACE4'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "六维志愿",
|
||||
"name": "六纬志愿",
|
||||
"appid": "H57F2ACE4",
|
||||
"description": "",
|
||||
"versionName": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ const classSetting = [
|
|||
|
||||
const excellentGraduate = [
|
||||
{ left: '清北文化课学生', right: '名校奖60万元' },
|
||||
{ left: '清北艺体学生', right: '名校奖30万元' },
|
||||
{ left: '清北艺体学生', right: '名校奖35万元' },
|
||||
{ left: 'C9院校', right: '名校奖10万元' },
|
||||
{ left: '985院校', right: '名校奖1万元' },
|
||||
{ left: '211院校', right: '名校奖5000元' },
|
||||
|
|
|
|||
|
|
@ -91,11 +91,14 @@ onShow(() => {
|
|||
userExtend: { provinceCode: string }
|
||||
batchName: string
|
||||
batchDataUrl: string
|
||||
mobile: string
|
||||
sex: number
|
||||
}
|
||||
if (userStore.userInfo.city.code === infoData.userExtend.provinceCode) {
|
||||
userStore.setEstimatedAchievement(infoData.userExtend)
|
||||
userStore.setBatchName(infoData.batchName)
|
||||
userStore.setBatchDataUrl(infoData.batchDataUrl)
|
||||
userStore.setUserBaseInfo({ mobile: infoData.mobile, sex: infoData.sex })
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
@ -104,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