From 1bb426e06dffd3019bae7ec9ec264e5715f0a8c9 Mon Sep 17 00:00:00 2001 From: TM <923727421@qq.com> Date: Tue, 15 Dec 2020 20:47:08 +0800 Subject: [PATCH] clear="{{false}}"设置 --- pages/businessData/businessData.axml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/businessData/businessData.axml b/pages/businessData/businessData.axml index 9f31cbe..f2ca353 100644 --- a/pages/businessData/businessData.axml +++ b/pages/businessData/businessData.axml @@ -4,7 +4,7 @@ <tab-content key="{{index}}" tabId="{{index}}" activeTab="{{activeTab2}}" a:if="{{index === 0}}"> <view class="tab-item"> <view class="search-box"> - <search-bar value="{{value}}" borderColor="#EDEDF2" onSubmit="searchMation" onInput="onhandInput" focus="{{false}}" maxLength="{{20}}" showCancelButton="{{false}}" placeholder="请输入用户名称" /> + <search-bar value="{{value}}" onClear="onClear" borderColor="#EDEDF2" onSubmit="searchMation" onInput="onhandInput" focus="{{false}}" maxLength="{{20}}" showCancelButton="{{false}}" placeholder="请输入用户名称" /> <view class="filer"> <text class="iconfont iconshaixuan" style="font-size:20px"></text> <text class="filer-tit" onTap="showFilter">筛选</text> @@ -65,7 +65,7 @@ </view> </scroll-view> <view a:else class="no-data"> - <cover-image src="../../static/nodata.png" class="no-data-img"/> + <cover-image src="../../static/img/nodata.png" class="no-data-img"/> <view class="no-data-text">暂无数据</view> </view> </view> @@ -73,7 +73,7 @@ <tab-content key="{{index}}" tabId="{{index}}" activeTab="{{activeTab2}}" a:elif="{{index === 1}}"> <view class="tab-item"> <view class="search-box"> - <search-bar value="{{value}}" borderColor="#EDEDF2" onSubmit="searchMation" onInput="onhandInput" focus="{{false}}" maxLength="{{20}}" showCancelButton="{{false}}" placeholder="请输入用户名称" /> + <search-bar value="{{value}}" onClear="onClear" borderColor="#EDEDF2" onSubmit="searchMation" onInput="onhandInput" focus="{{false}}" maxLength="{{20}}" showCancelButton="{{false}}" placeholder="请输入用户名称" /> <view class="filer"> <text class="iconfont iconshaixuan" style="font-size:20px"></text> <text class="filer-tit" onTap="showFilter">筛选</text> @@ -116,7 +116,7 @@ </view> </view> <view a:else class="no-data"> - <cover-image src="../../static/nodata.png" class="no-data-img"/> + <cover-image src="../../static/img/nodata.png" class="no-data-img"/> <view class="no-data-text">暂无数据</view> </view> </scroll-view> @@ -125,4 +125,4 @@ </block> </tabs> </view> -<my-filter showRight="{{showRight}}" onGetFilterInfo="onGetFilterInfo" onShowage="onShowage" termArr="{{activeTab2==0?termList:''}}" payTypeArr="{{activeTab2==0?prodList:''}}" orderStaArr="{{statusList}}" priceArr="{{activeTab2==0?priceArr:''}}" doPriceArr="{{activeTab2==0?'':priceArr}}" hasTime="{{true}}"></my-filter> \ No newline at end of file +<my-filter a:if="{{isgoOut}}" showRight="{{showRight}}" onGetFilterInfo="onGetFilterInfo" onShowage="onShowage" termArr="{{activeTab2==0?termList:''}}" payTypeArr="{{activeTab2==0?prodList:''}}" orderStaArr="{{statusList}}" priceArr="{{activeTab2==0?priceArr:''}}" doPriceArr="{{activeTab2==0?'':priceArr}}" hasTime="{{true}}"></my-filter> \ No newline at end of file -- Gitblit v1.8.0