mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 02:46:48 +08:00
直播
This commit is contained in:
@@ -128,9 +128,9 @@
|
||||
<img class="peopleimg" :src="el.peopleimg"/>
|
||||
<div style="margin-left: 17px; width: 190px">
|
||||
<div class="teacherName" style="margin-right: 5px">
|
||||
{{ data.userInfoBo.userName }}
|
||||
{{ data.userInfoBo?.userName }}
|
||||
</div>
|
||||
<div class="introduce">{{ data.userInfoBo.bandDesc }}</div>
|
||||
<div class="introduce">{{ data.userInfoBo?.bandDesc }}</div>
|
||||
</div>
|
||||
<div class="follow">+ 关注</div>
|
||||
</div>
|
||||
@@ -146,9 +146,11 @@ import {reactive, toRefs} from "vue";
|
||||
import img from '@/assets/image/uploadimg.png'
|
||||
import {request, useRequest} from "@/api/request";
|
||||
import {TASK_BROADCAST_COMMIT, TASK_BROADCAST_DETAIL, TASK_BROADCAST_SIGN} from "@/api/api";
|
||||
import {useRoute} from "vue-router/dist/vue-router";
|
||||
|
||||
const {query: {id: taskId, type}} = useRoute()
|
||||
|
||||
const {data} = useRequest(TASK_BROADCAST_DETAIL, {liveId:352})
|
||||
const {data} = useRequest(TASK_BROADCAST_DETAIL, {taskId,type})
|
||||
const state = reactive({
|
||||
activeName: "first",
|
||||
teacher: [
|
||||
|
||||
@@ -551,7 +551,7 @@ const types = ref({
|
||||
3: '案例',
|
||||
4: '/homeworkpage',
|
||||
5: '去完成',
|
||||
6: '去签到',
|
||||
6: '/livebroadcast',
|
||||
7: '外链',
|
||||
8: '/discusspage',
|
||||
9: '去完成',
|
||||
|
||||
Reference in New Issue
Block a user