罗世杰:下拉栏吸顶
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="sticky">
|
||||
<view class="search-box-bg">
|
||||
<view class="bug-fix"></view>
|
||||
<view class="search-box">
|
||||
@@ -14,6 +15,8 @@
|
||||
<view>
|
||||
<DropDown @getQueryInfo="getShopList" ref="dropdown" @cancelPageNum="cancelPageNum"></DropDown>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="marginLR10">
|
||||
<ShowShopList :showStyle="2" :adlinkPath="adlinkPath" :listType="3" :shopInfoList="shopInfoList" />
|
||||
</view>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="sticky">
|
||||
<view class="search-box-bg">
|
||||
<view class="bug-fix"></view>
|
||||
<view class="search-box">
|
||||
@@ -14,6 +15,8 @@
|
||||
<view>
|
||||
<DropDown @getQueryInfo="getShopList" ref="dropdown" @cancelPageNum="cancelPageNum"></DropDown>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="marginLR10">
|
||||
<ShowShopList :showStyle="2" :adlinkPath="adlinkPath" :listType="4" :shopInfoList="shopInfoList" />
|
||||
</view>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="sticky">
|
||||
<view class="search-box-bg">
|
||||
<view class="bug-fix"></view>
|
||||
<view class="search-box">
|
||||
@@ -14,6 +15,8 @@
|
||||
<view>
|
||||
<DropDown @getQueryInfo="getShopList" ref="dropdown" @cancelPageNum="cancelPageNum"></DropDown>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="marginLR10">
|
||||
<SearchShopList :showStyle="1" :searchInfoList="searchInfoList" />
|
||||
</view>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="sticky">
|
||||
<view class="search-box-bg">
|
||||
<view class="bug-fix"></view>
|
||||
<view class="search-box">
|
||||
@@ -14,6 +15,8 @@
|
||||
<view>
|
||||
<DropDown @getQueryInfo="getShopList" ref="dropdown" @cancelPageNum="cancelPageNum"></DropDown>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="marginLR10">
|
||||
<ShowShopList :showStyle="1" :shopInfoList="shopInfoList" />
|
||||
</view>
|
||||
@@ -155,8 +158,6 @@
|
||||
|
||||
.search-box-bg {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
background-color: #F8F8F8;
|
||||
|
||||
.bug-fix {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="sticky">
|
||||
<view class="search-box">
|
||||
<view class="search-box-input">
|
||||
<u-input placeholder="热门搜索" placeholder-style="color: #969696" prefixIcon="search"
|
||||
@@ -7,6 +8,8 @@
|
||||
</u-input>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="content">
|
||||
<ShowShopList v-if="listId == 0" :isEdit="true" :showStyle="1" :shopInfoList="searchInfoList" @delItem="handleDel"
|
||||
@updateItem="handleUpdate1"></ShowShopList>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<view class="dropdown-bug">
|
||||
|
||||
</view>
|
||||
<view class="marginLR10">
|
||||
<view class="marginLR10 sticky">
|
||||
<DropDown @getQueryInfo="getShopList" ref="dropdown" @cancelPageNum="cancelPageNum"></DropDown>
|
||||
</view>
|
||||
<view class="marginLR10">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<view class="dropdown-bug">
|
||||
|
||||
</view>
|
||||
<view class="marginLR10">
|
||||
<view class="marginLR10 sticky">
|
||||
<DropDown @getQueryInfo="getShopList" ref="dropdown" @cancelPageNum="cancelPageNum"></DropDown>
|
||||
</view>
|
||||
<view class="marginLR10">
|
||||
|
||||
Reference in New Issue
Block a user