需要添加视频直播测试
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user