提交 7bce310d authored 作者: lihuihui's avatar lihuihui

修改bug

上级 3f2a9cf1
......@@ -30,7 +30,6 @@ export default {
},
mounted() {
this.getCondition()
this.changes()
},
methods: {
openPdf() {
......@@ -55,6 +54,7 @@ export default {
.then(response => {
this.options = response.data.get_school_info.project_map
this.value = response.data.get_school_info.project_map[0].id
this.changes()
})
.finally(() => {})
}
......
......@@ -6,7 +6,8 @@
<img :src="info.head_img" />
</div>
<div class="info-box" style="margin-right: 20px">
<div class="name">{{ $i18n.locale == 'zh' ? info.chinese_name : info.english_name }}</div>
<!-- <div class="name">{{ $i18n.locale == 'zh' ? info.chinese_name : info.english_name }}</div> -->
<div class="name">{{ info.english_name }}</div>
<div class="info">{{ setSex(info.gender) }} | {{ info.age }} | {{ info.city }},{{ info.country }}</div>
<div class="info-temp m-t33">
<div class="name w120">{{ $t('shmsLang.status.mobile') }}</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论