提交项目

This commit is contained in:
liuyuan
2025-04-09 10:25:05 +08:00
parent c8c5c2f496
commit 648a993d14
10 changed files with 59 additions and 50 deletions

View File

@@ -125,8 +125,13 @@ export default {
onLoad(options) {
//清除缓存
uni.removeStorageSync('fixed');
//针对身心医学的判断
if(options.title=='心身医学'&&this.$platform!='android'){
this.title = '心身健康科学'
}else{
this.title = options.title;
}
this.title = options.title;
this.id = options.id;
//如果是心理评测
if(this.id==75){