提交项目
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user