导航栏背景色

This commit is contained in:
shijingjing
2023-02-16 15:27:11 +08:00
parent 0a241dd286
commit 021cc97145
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
<template>
<div class="classDetail">
<u-navbar title="在线课堂" background="#f3f5f7"></u-navbar>
<div class="media">
<img src="https://cdn.cunwuyun.cn/qujing/jige.png" alt="" v-if="data.courseType == 0">
<video :src="data.videoUrl" controls v-if="data.courseType == 1"/>
@@ -65,6 +67,7 @@
<script>
export default {
customNavigation: true,
data() {
return {
showComment: false,