需要添加视频直播测试

This commit is contained in:
cbb
2026-01-09 17:46:57 +08:00
parent 2e5a72c25e
commit 83fec2617c
5 changed files with 191 additions and 47 deletions

View File

@@ -124,13 +124,18 @@
<view class="nav-bar-box">
<!-- 左侧插槽 -->
<view @click="props.showBack && onBack()">
<!-- -->
<image
<!-- <image
v-if="props.showBack && !hasBackSlot"
src="/static/images/login/back.png"
mode="heightFix"
class="top_left-icon"
></image>
></image> -->
<uni-icons
v-if="props.showBack && !hasBackSlot"
type="back"
size="42rpx"
></uni-icons>
<slot name="back"></slot>
</view>