Merge branch 'pre-master' into 'master'

Pre master

See merge request !35
This commit is contained in:
huangshengfa
2023-03-10 20:24:45 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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();

View File

@@ -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>