|
@@ -17,7 +17,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <scroll-view scroll-y class="shop-list">
|
|
|
|
|
|
|
+ <view scroll-y class="shop-list">
|
|
|
<block v-if="!$util.isEmpty(detailsList)">
|
|
<block v-if="!$util.isEmpty(detailsList)">
|
|
|
<DetailsItem
|
|
<DetailsItem
|
|
|
v-for="(item, index) in detailsList"
|
|
v-for="(item, index) in detailsList"
|
|
@@ -31,7 +31,7 @@
|
|
|
<block v-else>
|
|
<block v-else>
|
|
|
<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(detailsList)" />
|
|
<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(detailsList)" />
|
|
|
</block>
|
|
</block>
|
|
|
- </scroll-view>
|
|
|
|
|
|
|
+ </view>
|
|
|
<view class="bar-view">
|
|
<view class="bar-view">
|
|
|
<template>
|
|
<template>
|
|
|
<view class="info-view">
|
|
<view class="info-view">
|
|
@@ -215,6 +215,7 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
background-color: #f9fbfc;
|
|
background-color: #f9fbfc;
|
|
|
|
|
+ overflow: scroll;
|
|
|
.top-view {
|
|
.top-view {
|
|
|
padding: 30upx;
|
|
padding: 30upx;
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
@@ -255,7 +256,7 @@ export default {
|
|
|
.shop-list {
|
|
.shop-list {
|
|
|
padding: 20upx 30upx;
|
|
padding: 20upx 30upx;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
- padding-bottom: 50upx;
|
|
|
|
|
|
|
+ padding-bottom: 100upx;
|
|
|
}
|
|
}
|
|
|
.bar-view {
|
|
.bar-view {
|
|
|
position: fixed;
|
|
position: fixed;
|