Commit 2017a593 by 冷斌

fix bug

parent 1e575b5f
...@@ -43,10 +43,6 @@ ...@@ -43,10 +43,6 @@
<script src="https://cdn.jsdelivr.net/npm/vant@2.6/lib/vant.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vant@2.6/lib/vant.min.js"></script>
<script src="__THEMEW3G__/js/extension.js" charset="utf-8"></script> <script src="__THEMEW3G__/js/extension.js" charset="utf-8"></script>
<style type="text/css">
.yulanBox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.2); z-index: 25; }
</style>
<script> <script>
// $(function(){ // $(function(){
// $('#btn_search_site').click(function(){ // $('#btn_search_site').click(function(){
...@@ -187,17 +183,6 @@ ...@@ -187,17 +183,6 @@
<div class="item_green_button">购买</div> <div class="item_green_button">购买</div>
</div> </div>
</div> </div>
<div class="yulanBox" v-show="true">
<div class="tips_box">
<img @click="close_yulan" class="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> </div>
<span style="margin-top: 35vh;" v-if="options[2].items.length == 0" <span style="margin-top: 35vh;" v-if="options[2].items.length == 0"
class="text_14_400 color_999999 self_center">没有找到!</span> class="text_14_400 color_999999 self_center">没有找到!</span>
......
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