|
@@ -15,12 +15,12 @@
|
|
<swiper-item class="tab-content" data-id="1">
|
|
<swiper-item class="tab-content" data-id="1">
|
|
<scroll-view class="list-scroll-content" scroll-y @scrolltolower="onReachBottomTmp">
|
|
<scroll-view class="list-scroll-content" scroll-y @scrolltolower="onReachBottomTmp">
|
|
<block v-if="TabCur==0">
|
|
<block v-if="TabCur==0">
|
|
- <view class="cu-bar search">
|
|
|
|
|
|
+ <!-- <view class="cu-bar search">
|
|
<view class="search-form round" @click="naviageToPage('/pageA/product/search?TabCur=2')">
|
|
<view class="search-form round" @click="naviageToPage('/pageA/product/search?TabCur=2')">
|
|
<text class="cuIcon-search"></text>
|
|
<text class="cuIcon-search"></text>
|
|
<input type="text" placeholder="搜索" confirm-type="search"></input>
|
|
<input type="text" placeholder="搜索" confirm-type="search"></input>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="guess-section">
|
|
<view class="guess-section">
|
|
<view
|
|
<view
|
|
v-for="(item , index) in tranInfo" :key="index"
|
|
v-for="(item , index) in tranInfo" :key="index"
|
|
@@ -57,12 +57,12 @@
|
|
<swiper-item class="tab-content" data-id="0">
|
|
<swiper-item class="tab-content" data-id="0">
|
|
<scroll-view class="list-scroll-content" scroll-y @scrolltolower="onReachBottomTmp">
|
|
<scroll-view class="list-scroll-content" scroll-y @scrolltolower="onReachBottomTmp">
|
|
<block v-if="TabCur==1">
|
|
<block v-if="TabCur==1">
|
|
- <view class="cu-bar search">
|
|
|
|
|
|
+ <!-- <view class="cu-bar search">
|
|
<view class="search-form round" @click="naviageToPage('/pageA/product/search?TabCur=3')">
|
|
<view class="search-form round" @click="naviageToPage('/pageA/product/search?TabCur=3')">
|
|
<text class="cuIcon-search"></text>
|
|
<text class="cuIcon-search"></text>
|
|
<input type="text" placeholder="搜索" confirm-type="search"></input>
|
|
<input type="text" placeholder="搜索" confirm-type="search"></input>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="guess-section">
|
|
<view class="guess-section">
|
|
<view
|
|
<view
|
|
v-for="(item, index) in carInfo" :key="index"
|
|
v-for="(item, index) in carInfo" :key="index"
|