Commit 0d31d646 by 刘海龙

111

parent d6d0b25c
...@@ -162,6 +162,22 @@ ...@@ -162,6 +162,22 @@
</div> </div>
<div class="home_divider divider"></div> <div class="home_divider divider"></div>
</div> </div>
<!-- 下载提示 -->
<div v-show="yulan">
<div class="yulanBox">
<div class="tips_box">
<img class="close_yulan" @click="close_yulan" src="/addons/theme/stv1/_static/img/guanbi@2x.png">
<div class="tips_title">提示</div>
<div class="tips_body">套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?</div>
<div class="tips_foot">
<div @click="onDownload()" class="tips_foot_L" >下载预览</div>
<div @click="onPay()" class="tips_foot_R">下载全部</div>
</div>
</div>
</div>
</div>
<span style="margin-top: 35vh;" v-if="options[1].items.length == 0" <span style="margin-top: 35vh;" v-if="options[1].items.length == 0"
class="text_14_400 color_999999 self_center">没有找到!</span> class="text_14_400 color_999999 self_center">没有找到!</span>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment