edit-sylive-button2
This commit is contained in:
@@ -51,6 +51,11 @@
|
||||
alt="#">
|
||||
<div class="space-nowrap con-min60 font-22">我的</div>
|
||||
</a>
|
||||
<a class="fn-flex-item pl20 pr20" flexsize="0" href="javascript:;" @click="showSub()">
|
||||
<img class="imgsize-50X50" src="https://img.liche.cn/liche/market/202304/p_01272d81481604d0385009e9431e78ec.png"
|
||||
alt="#">
|
||||
<div class="space-nowrap con-min60 font-22">订阅</div>
|
||||
</a>
|
||||
|
||||
<div class="fn-flex-item pl20" flexsize="1">
|
||||
<template v-if="info.live_status<2">
|
||||
@@ -159,8 +164,8 @@
|
||||
<div class="absolute top-0 left-0 right-0 bottom-0 overflowhidden z-index-1">
|
||||
<wx-open-launch-weapp
|
||||
id='launch-btn'
|
||||
:username="item.wechat_ghid"
|
||||
:path="item.wechat_path"
|
||||
username="gh_dd9dbd866d61"
|
||||
path="pages/car/index"
|
||||
>
|
||||
<template>
|
||||
<button class="btn" style="width:100px;height:60px;opacity:0"></button>
|
||||
@@ -175,6 +180,24 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="msg fn-hide" :style="subShowSuccess?'display:block':'display:none'" v-if="subShowSuccess">
|
||||
<div class="msgBg" @click="subShowSuccess = false"></div>
|
||||
<div class="msgMain">
|
||||
<img class="absolute top-0 right-0 mt30 mr25 imgsize-32X32" @click="subShowSuccess = false" src="https://qs.haodian.cn/web/images/project/H5-ShiYu/icon-colse.png" alt="关闭" />
|
||||
<div class="content">
|
||||
<div>
|
||||
<div class="pt10 pb10 text-center font-36">{{succesTx.title}}</div>
|
||||
<div class="inner30 text-break font-22 line-height-17 color-666" v-html="succesTx.content"></div>
|
||||
</div>
|
||||
<div class="opt pl20 pr20 text-center ">
|
||||
<a class="inline-block relative wp80 bg-1a1a1a pt20 pb20 text-center font-32 color-fff ulib-r750" href="javascript:" @click="goSubscribemsg()">
|
||||
<i class="iconfont icon-tixing mr10"></i>开播提醒
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
@@ -199,6 +222,7 @@
|
||||
|
||||
msgisShowSuccess: false,//报名成功
|
||||
succesTx: '',//报名成功提示
|
||||
subShowSuccess:false,
|
||||
},
|
||||
created() {
|
||||
|
||||
@@ -221,7 +245,10 @@
|
||||
clearTimeout(this.noticeTime);
|
||||
},
|
||||
methods: {
|
||||
|
||||
showSub:function (){
|
||||
// this.subShowSuccess = true
|
||||
this.goSubscribemsg()
|
||||
},
|
||||
showCode: function () {
|
||||
var that = this
|
||||
if(that.info.appoint_mobile){
|
||||
@@ -239,8 +266,6 @@
|
||||
that.msgisShowReg = true
|
||||
}
|
||||
}
|
||||
}else{
|
||||
this.goSubscribemsg()
|
||||
}
|
||||
},
|
||||
closeCode: function () {
|
||||
|
||||
Reference in New Issue
Block a user