edit-sylive-button
This commit is contained in:
@@ -153,7 +153,30 @@
|
||||
<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 wp80 bg-1a1a1a pt20 pb20 text-center font-32 color-fff ulib-r750" @click="goSubscribemsg" href="javascript:" ><i class="iconfont icon-tixing mr10"></i>开播提醒</a>
|
||||
<template v-if="info.subscribemsg == '已订阅直播'">
|
||||
<a class="inline-block relative wp80 bg-1a1a1a pt20 pb20 text-center font-32 color-fff ulib-r750" @click="goSubscribemsg" href="javascript:" >
|
||||
小程序下订
|
||||
<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"
|
||||
>
|
||||
<template>
|
||||
<button class="btn" style="width:100px;height:60px;opacity:0"></button>
|
||||
</template>
|
||||
<script type="text/wxtag-template">
|
||||
<button class="btn" style="width:100px;height:60px;opacity:0"></button>
|
||||
</script>
|
||||
</wx-open-launch-weapp>
|
||||
</div>
|
||||
</a>
|
||||
</template>
|
||||
<template v-else>
|
||||
<a class="inline-block relative wp80 bg-1a1a1a pt20 pb20 text-center font-32 color-fff ulib-r750" @click="goSubscribemsg" href="javascript:" >
|
||||
<i class="iconfont icon-tixing mr10"></i>开播提醒
|
||||
</a>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user