Commit cb43672c authored by tangfh's avatar tangfh

+

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