Commit cb43672c authored by tangfh's avatar tangfh

+

parent 259bab9f
......@@ -13,11 +13,11 @@
<scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" :refresher-enabled="refresherEnabled"
@refresherrefresh="onRefresh" @scrolltolower="onLoadMore" :refresher-triggered="refresherTriggered"
:style="{'height':(scrollViewHeight+'px')}">
<view class="flex-column" v-if="items.length > 0" :style="{'min-height': (scrollViewHeight + 'px')}">
<view class="flex-column" v-if="detail || items.length > 0" :style="{'min-height': (scrollViewHeight + 'px')}">
</view>
<c-status-view @onStatusClick="onStatusClick" v-if="contentStatus.value"></c-status-view>
<uni-load-more :status="loadMoreStatus" :icon-size="16" v-if="items.length > 0"
<uni-load-more :status="loadMoreStatus" :icon-size="16" v-if="detail || items.length > 0"
:content-text="loadMoreViewContentText" />
</scroll-view>
<view class="com-view-bottom" :style="{paddingBottom: bottomBtnPaddingBottom}">
......@@ -34,13 +34,13 @@
return {
option: {
navBar: {
title: '添加店员',
title: '标题',
center: {
right: {
icon: "/static/btn_bar_screen.png"
icon: "btn_bar_historydata.png"
},
right2: {
icon: "/static/btn_problem.png"
icon: ""
}
}
}
......@@ -61,6 +61,7 @@
channel: "ongoning",
firstRequest: true,
bottomBtnPaddingBottom: "",
detail: null,
}
},
onLoad(option) {
......
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