Commit 6bf1f672 by 冷斌

fix bug

parent 2d76da79
...@@ -106,17 +106,17 @@ ...@@ -106,17 +106,17 @@
</head> </head>
<body> <body>
<div id="app"> <div id="app">
<van-search <van-search
v-model="keyword" v-model="keyword"
style="padding-bottom: 0 !important;" style="padding-bottom: 0 !important;"
left-icon="__THEME__/img/serch@3x.png" left-icon="__THEME__/img/serch@3x.png"
@focus="onFocus" @focus="onFocus"
@search="onSearch" @search="onSearch"
shape="round" shape="round"
background="#ffffff" background="#ffffff"
placeholder="请输入关键词..."> placeholder="请输入关键词...">
</van-search> </van-search>
<div class="layout_v"> <div class="layout_v">
<van-sticky> <van-sticky>
...@@ -174,20 +174,20 @@ ...@@ -174,20 +174,20 @@
<div class="home_divider divider"></div> <div class="home_divider divider"></div>
</div> </div>
<!-- 下载提示 --> <!-- 下载提示 -->
<!-- <div v-show="yulan"> <div v-show="yulan">
<div class="yulanBox"> <div class="yulanBox">
<div class="tips_box"> <div class="tips_box">
<img class="close_yulan" @click="close_yulan" src="/addons/theme/stv1/_static/img/guanbi@2x.png"> <img class="close_yulan" @click="close_yulan" src="/addons/theme/stv1/_static/img/guanbi@2x.png">
<div class="tips_title">提示</div> <div class="tips_title">提示</div>
<div class="tips_body">套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?</div> <div class="tips_body">套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?</div>
<div class="tips_foot"> <div class="tips_foot">
<div @click="onDownload()" class="tips_foot_L" >下载预览</div> <div @click="onDownload()" class="tips_foot_L" >下载预览</div>
<div @click="onPay()" class="tips_foot_R">下载全部</div> <div @click="onPay()" class="tips_foot_R">下载全部</div>
</div> </div>
</div> </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>
...@@ -309,7 +309,7 @@ ...@@ -309,7 +309,7 @@
data: function () { data: function () {
return { return {
keyword: "", keyword: "",
showHistory: true, showHistory: false,
tab: 0, tab: 0,
options: [{ options: [{
title: '视频', title: '视频',
......
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