mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-07 01:46:46 +08:00
Merge branch 'pre-master' into 'master'
Pre master See merge request !35
This commit is contained in:
@@ -37,7 +37,7 @@ import {useRoute} from "vue-router/dist/vue-router";
|
||||
import {USER_INFO} from "@/api/api";
|
||||
import {IsPhone} from "@/api/utils";
|
||||
|
||||
console.log("版本2.1.2------------");
|
||||
console.log("版本2.1.3------------");
|
||||
|
||||
const store = useStore();
|
||||
const { path } = useRoute();
|
||||
|
||||
@@ -177,9 +177,9 @@
|
||||
<img class="peopleimg" :src="teacherInfo.avatar"/>
|
||||
<div style="margin-left: 17px; width: 190px">
|
||||
<div class="teacherName" style="margin-right: 5px">
|
||||
{{ data.userInfoBo?.userName }}
|
||||
{{ teacherInfo?.realName}}
|
||||
</div>
|
||||
<div class="introduce">{{ data.userInfoBo?.bandDesc }}</div>
|
||||
<div class="introduce">{{ teacherInfo?.bandDesc }}</div>
|
||||
</div>
|
||||
<!-- <div class="follow">+ 关注</div>-->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user