Commit f735bdf9 authored by zhengke's avatar zhengke

no message

parent 51d54711
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
></u-search> ></u-search>
</view> --> </view> -->
<div <div
style="height: calc(100vh - 0px);width: calc(100vw);overflow: hidden;padding-bottom: 80px;"> style="height: calc(100vh - 0px);width: calc(100vw);overflow: hidden;margin-top: 105rpx;">
<view class="right-box"> <view class="right-box">
<uni-indexed-list :options="list" :show-select="true" @click="bindClick" /> <uni-indexed-list :options="list" :show-select="true" @click="bindClick"/>
<view style="height: calc(100vh - 50px); background: #fff;" v-if="list.length == 0"> <view style="height: calc(100vh - 0px); background: #fff;" v-if="list.length == 0">
<u-empty text="没有找到相关品牌信息" mode="order"></u-empty> <u-empty text="没有找到相关品牌信息" mode="order"></u-empty>
</view> </view>
</view> </view>
...@@ -189,8 +189,7 @@ ...@@ -189,8 +189,7 @@
if(arr.length>0){ if(arr.length>0){
arr.forEach(item=>{ arr.forEach(item=>{
this.list.forEach(i=>{ this.list.forEach(i=>{
i.data = [] if(item.IsHot==0){
if(!item.IsHot){
if(item.PinYin==i.letter){ if(item.PinYin==i.letter){
i.data.push(item) i.data.push(item)
} }
...@@ -397,7 +396,12 @@ ...@@ -397,7 +396,12 @@
position: relative; position: relative;
} }
.ctrl-box{ .ctrl-box{
position: fixed;
left: 0;
right: 0;
top: 0;
padding: 20rpx 20rpx; padding: 20rpx 20rpx;
background: #F7F7F7; background: #F7F7F7;
z-index: 3;
} }
</style> </style>
\ No newline at end of file
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