|
@@ -1,4 +1,5 @@
|
|
|
-<view style="height: 20rpx;"></view>
|
|
|
+<view style="height: 14rpx;"></view>
|
|
|
+<My_NavTabs tabsList="{{tabsList}}" tabsIndex="{{tabsIndex}}" bindsetIndex="setIndex" liveDownload="{{true}}" />
|
|
|
<view class="msgBox">
|
|
|
<!-- 标题和按钮 -->
|
|
|
<view class="msgBox-title-and-but">
|
|
@@ -9,20 +10,27 @@
|
|
|
</view>
|
|
|
<!-- 直播信息 -->
|
|
|
<view wx:if="{{true}}" class="account-information">
|
|
|
- <view class="account-information-left">
|
|
|
+ <view class="account-information-row">
|
|
|
<view>
|
|
|
- <text class="title">直播账号</text> 1000000000
|
|
|
+ <text class="title">密码</text> 321654
|
|
|
</view>
|
|
|
<view>
|
|
|
- <text class="title">密码</text> 321432
|
|
|
+ <text class="title">直播间地址 </text> www.jfc001.com/zb001 <text class="copy" bindtap="copyTheAddress">复制</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="account-information-right">
|
|
|
+ <view class="account-information-row">
|
|
|
<view>
|
|
|
- <text class="title">开播时间</text> 2021-12-23 17:00
|
|
|
+ <text class="title">助教地址 </text> www.jfc001.com/zb001 <text class="copy" bindtap="copyTheAddress">复制</text>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
+ <view class="account-information-row">
|
|
|
<view>
|
|
|
- <text class="title">直播间地址 </text><text class="copy" bindtap="copyTheAddress">www.jfc001.com/zb001</text>
|
|
|
+ <text class="title">客户端开播地址 </text> www.jfc001.com/zb001 <text class="copy" bindtap="copyTheAddress">复制</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="account-information-row">
|
|
|
+ <view>
|
|
|
+ <text class="title">web端开播地址 </text> www.jfc001.com/zb001 <text class="copy" bindtap="copyTheAddress">复制</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -76,7 +84,7 @@
|
|
|
<view class="the-second-series">观看类型</view>
|
|
|
</view>
|
|
|
<!-- 表格 -->
|
|
|
- <view wx:for="{{5}}" class="data-formlist-row">
|
|
|
+ <view wx:for="{{3}}" class="data-formlist-row">
|
|
|
<view class="the-first-column">好吃的薯片</view>
|
|
|
<view class="the-second-series">1234533</view>
|
|
|
<view class="the-second-series">6小时</view>
|
|
@@ -87,7 +95,6 @@
|
|
|
<view class="the-second-series">终端1</view>
|
|
|
<view class="the-second-series">10场</view>
|
|
|
<view class="the-second-series">直播</view>
|
|
|
-
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
</view>
|