Commit 13286e8fa2a0c19b7bd4420e439bc9a98607ba72
1 parent
bc6f8fe7
积分购样式优化
Showing
1 changed file
with
2 additions
and
2 deletions
packageA/pages/jfbuy/jfbuy.wxml
@@ -77,14 +77,14 @@ | @@ -77,14 +77,14 @@ | ||
77 | 77 | ||
78 | <!-- 和搜索相关 --> | 78 | <!-- 和搜索相关 --> |
79 | <view wx:if="{{search_ing}}"> | 79 | <view wx:if="{{search_ing}}"> |
80 | - <view class="cover-layer"></view> | 80 | + <view class="cover-layer" catchtap="close_layer"></view> |
81 | <view class="s_box"> | 81 | <view class="s_box"> |
82 | <view class="pdh20 pdv10 flex ai_c jc_sb"> | 82 | <view class="pdh20 pdv10 flex ai_c jc_sb"> |
83 | <view class="input-box"> | 83 | <view class="input-box"> |
84 | <input class="input-search" name="word" placeholder="请输入商品关键字" bindconfirm="submitSearch" bindinput="getInput" bindfocus="inputFocus" value="{{keyword}}"/> | 84 | <input class="input-search" name="word" placeholder="请输入商品关键字" bindconfirm="submitSearch" bindinput="getInput" bindfocus="inputFocus" value="{{keyword}}"/> |
85 | <text class="iconfont icon-guan" hidden="{{hiddenClear}}" catchtap="clearInput"></text> | 85 | <text class="iconfont icon-guan" hidden="{{hiddenClear}}" catchtap="clearInput"></text> |
86 | </view> | 86 | </view> |
87 | - <button catchtap="close_layer" class="btn" hover-class="none">搜索</button> | 87 | + <button catchtap="close_layer" class="btn" hover-class="none">取消</button> |
88 | </view> | 88 | </view> |
89 | </view> | 89 | </view> |
90 | </view> | 90 | </view> |
91 | \ No newline at end of file | 91 | \ No newline at end of file |