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 | 77 | |
| 78 | 78 | <!-- 和搜索相关 --> |
| 79 | 79 | <view wx:if="{{search_ing}}"> |
| 80 | - <view class="cover-layer"></view> | |
| 80 | + <view class="cover-layer" catchtap="close_layer"></view> | |
| 81 | 81 | <view class="s_box"> |
| 82 | 82 | <view class="pdh20 pdv10 flex ai_c jc_sb"> |
| 83 | 83 | <view class="input-box"> |
| 84 | 84 | <input class="input-search" name="word" placeholder="请输入商品关键字" bindconfirm="submitSearch" bindinput="getInput" bindfocus="inputFocus" value="{{keyword}}"/> |
| 85 | 85 | <text class="iconfont icon-guan" hidden="{{hiddenClear}}" catchtap="clearInput"></text> |
| 86 | 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 | 88 | </view> |
| 89 | 89 | </view> |
| 90 | 90 | </view> |
| 91 | 91 | \ No newline at end of file | ... | ... |