diff --git a/README.md b/README.md index d56f4cb..e868781 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 六维志愿 +# 六纬志愿 -六维志愿小程序 +六纬志愿小程序 ## ⚙️ 环境 diff --git a/env/.env b/env/.env index 3e9975e..f1ac044 100644 --- a/env/.env +++ b/env/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = '六维志愿' +VITE_APP_TITLE = '六纬志愿' VITE_APP_PORT = 9000 VITE_UNI_APPID = 'H57F2ACE4' diff --git a/src/manifest.json b/src/manifest.json index 0d1e460..a2c009d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name": "六维志愿", + "name": "六纬志愿", "appid": "H57F2ACE4", "description": "", "versionName": "1.0.0", diff --git a/src/pages-sub/home/adPoster/components/AdmissionInformation.vue b/src/pages-sub/home/adPoster/components/AdmissionInformation.vue index a51c8cf..fb7b8c5 100644 --- a/src/pages-sub/home/adPoster/components/AdmissionInformation.vue +++ b/src/pages-sub/home/adPoster/components/AdmissionInformation.vue @@ -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元' }, diff --git a/src/pages/home/index/index.vue b/src/pages/home/index/index.vue index b0a06cd..75ae1d5 100644 --- a/src/pages/home/index/index.vue +++ b/src/pages/home/index/index.vue @@ -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: '六纬志愿', } })