|
@@ -1,9 +1,17 @@
|
|
|
<view style="height: 14rpx;"></view>
|
|
|
<My_NavTabs tabsList="{{tabsList}}" tabsIndex="{{tabsIndex}}" bindsetIndex="setIndex" liveDownload="{{true}}" />
|
|
|
<!-- 私域直播 -->
|
|
|
-<My_liveAccountMsg wx:if="{{tabsIndex==0}}" accountStatus="{{accountStatus}}" accountMsg="{{accountMsg}}"></My_liveAccountMsg>
|
|
|
+<My_liveAccountMsg wx:if="{{tabsIndex==0}}" accountStatus="{{accountStatus}}" accountMsg="{{accountMsg}}">
|
|
|
+ <view class="msgBox-but">
|
|
|
+ <van-button open-type='share' custom-class="custom-class-msgBox-but">一键分享</van-button>
|
|
|
+ </view>
|
|
|
+</My_liveAccountMsg>
|
|
|
<!-- 展会直播 -->
|
|
|
-<My_liveAccountMsg wx:else accountStatus="{{accountStatus}}" accountMsg="{{accountMsg}}" isSY="{{false}}"></My_liveAccountMsg>
|
|
|
+<My_liveAccountMsg wx:else accountStatus="{{accountStatus}}" accountMsg="{{accountMsg}}" isSY="{{false}}">
|
|
|
+ <view class="msgBox-but">
|
|
|
+ <van-button open-type='share' custom-class="custom-class-msgBox-but">一键分享</van-button>
|
|
|
+ </view>
|
|
|
+</My_liveAccountMsg>
|
|
|
<!-- 数据 -->
|
|
|
<view wx:if="{{accountStatus==1}}" class="msgBox clearfix" style="white-space:nowrap;">
|
|
|
<!-- 标题和按钮 -->
|