|
@@ -9,38 +9,45 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 直播信息 -->
|
|
|
- <view wx:if="{{true}}" class="account-information">
|
|
|
+ <view wx:if="{{accountStatus==1}}" class="account-information">
|
|
|
<view class="account-information-row">
|
|
|
<view>
|
|
|
- <text class="title">密码</text> 321654
|
|
|
+ <view class="title" style="margin-right: 8rpx;">密码</view>{{accountMsg.channelpasswd}}
|
|
|
</view>
|
|
|
<view>
|
|
|
- <text class="title">直播间地址 </text> www.jfc001.com/zb001 <text class="copy" bindtap="copyTheAddress">复制</text>
|
|
|
+ <view class="title">直播间地址</view>
|
|
|
+ <view class="chained-address u-line-1">{{accountMsg.fliveshowurl}}</view>
|
|
|
+ <view data-url="{{accountMsg.fliveshowurl}}" class="chained-address-copy" bindtap="copyTheAddress">复制</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="account-information-row">
|
|
|
<view>
|
|
|
- <text class="title">助教地址 </text> www.jfc001.com/zb001 <text class="copy" bindtap="copyTheAddress">复制</text>
|
|
|
+ <view class="title">助教地址</view>
|
|
|
+ <view class="chained-address u-line-1">{{accountMsg.fassistanturl}}</view>
|
|
|
+ <view data-url="{{accountMsg.fassistanturl}}" class="chained-address-copy" bindtap="copyTheAddress">复制</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="account-information-row">
|
|
|
<view>
|
|
|
- <text class="title">客户端开播地址 </text> www.jfc001.com/zb001 <text class="copy" bindtap="copyTheAddress">复制</text>
|
|
|
+ <view class="title">客户端开播地址</view>
|
|
|
+ <view class="chained-address u-line-1">{{accountMsg.fliveurl_client}}</view>
|
|
|
+ <view data-url="{{accountMsg.fliveurl_client}}" class="chained-address-copy" bindtap="copyTheAddress">复制</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="account-information-row">
|
|
|
<view>
|
|
|
- <text class="title">web端开播地址 </text> www.jfc001.com/zb001 <text class="copy" bindtap="copyTheAddress">复制</text>
|
|
|
+ <view class="title">web端开播地址</view>
|
|
|
+ <view class="chained-address u-line-1">{{accountMsg.fliveurl_web}}</view>
|
|
|
+ <view data-url="{{accountMsg.fliveurl_web}}" class="chained-address-copy" bindtap="copyTheAddress">复制</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view wx:else class="go-to-apply-for">
|
|
|
- 暂无账号 前往申请 <image style="width: 20rpx; height: 22rpx; margin-left: 8rpx;" src="/static/icon-07.png"></image>
|
|
|
+ <view wx:else class="go-to-apply-for" catchtap="applyForLive">
|
|
|
+ {{accountStatus==3?'暂无账号 点击申请 ':'直播申请中'}}<image wx:if="{{accountStatus==3}}" style="width: 20rpx; height: 22rpx; margin-left: 8rpx;" src="/static/icon-07.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 数据 -->
|
|
|
-
|
|
|
-<view class="msgBox" style="white-space:nowrap;">
|
|
|
+<view wx:if="{{accountStatus==1}}" class="msgBox" style="white-space:nowrap;">
|
|
|
<!-- 标题和按钮 -->
|
|
|
<view class="msgBox-title-and-but">
|
|
|
<view class="msgBox-title">直播数据</view>
|