|
@@ -25,7 +25,7 @@
|
|
#end
|
|
#end
|
|
<!-- <Icon type="share"></Icon> -->
|
|
<!-- <Icon type="share"></Icon> -->
|
|
#if($shiro.hasPermission("brand:update"))
|
|
#if($shiro.hasPermission("brand:update"))
|
|
- <i-button type="warning" @click="share"><i class="ivu-icon ivu-icon-share"></i> 分享</i-button>
|
|
|
|
|
|
+ <i-button type="warning" @click="share"><i class="ivu-icon ivu-icon-share"></i> 开播码</i-button>
|
|
#end
|
|
#end
|
|
#if($shiro.hasPermission("brand:delete"))
|
|
#if($shiro.hasPermission("brand:delete"))
|
|
<i-button type="error" @click="del"><i class="fa fa-trash-o"></i> 删除</i-button>
|
|
<i-button type="error" @click="del"><i class="fa fa-trash-o"></i> 删除</i-button>
|
|
@@ -74,6 +74,10 @@
|
|
<div class="c-winput">
|
|
<div class="c-winput">
|
|
<i-input v-model="broadcast.anchorWechat" placeholder="填写微信账号"/>
|
|
<i-input v-model="broadcast.anchorWechat" placeholder="填写微信账号"/>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="qr-renzheng" v-if="valiImg">
|
|
|
|
+ <p style="color: red;">主播未进行验证,请扫描下方二维码进行身份验证</p>
|
|
|
|
+ <img :src="valiImg" alt="">
|
|
|
|
+ </div>
|
|
</Form-item>
|
|
</Form-item>
|
|
|
|
|
|
<div style="font-size: 16px;font-weight: bold;margin-bottom: 10px;">直播间配置</div>
|
|
<div style="font-size: 16px;font-weight: bold;margin-bottom: 10px;">直播间配置</div>
|