|
@@ -21,7 +21,7 @@
|
|
|
v-model="params.goodsName">
|
|
|
</u-search>
|
|
|
</view>
|
|
|
- <view class="search-history page-wrap" v-if="searchHistory.length>0">
|
|
|
+ <!-- <view class="search-history page-wrap" v-if="searchHistory.length>0">
|
|
|
<view class="search-title u-flex u-row-between">
|
|
|
<text>最近搜索</text>
|
|
|
<u-icon @click="clearStorage" name="trash" color="#666" size="35"></u-icon>
|
|
@@ -31,7 +31,7 @@
|
|
|
{{item.name}}
|
|
|
</text>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<mescroll-body class="" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback" :down="downOption" :up="upOption">
|
|
|
<view class="page-wrap" >
|
|
|
<view class="" v-for="item in dataList" :key="item.id" @click="$u.route('/shopping/productdetails',{id:item.id})">
|