ソースを参照

[门店搜索][修改]:[修改门店搜索]

tags/C.10.02
meo 5年前
コミット
aa84cb5c2a
3個のファイルの変更1行の追加4行の削除
  1. +0
    -2
      pages/searchbar/searchbar.js
  2. +1
    -1
      pages/searchbar/searchbar.wxml
  3. +0
    -1
      pages/searchbar/searchbar.wxss

+ 0
- 2
pages/searchbar/searchbar.js ファイルの表示

@@ -160,8 +160,6 @@ Component({
this.triggerEvent('clear');
},
inputFocus: function inputFocus(e) {
debugger;
this.triggerEvent('focus', e.detail);
},
inputBlur: function inputBlur(e) {


+ 1
- 1
pages/searchbar/searchbar.wxml ファイルの表示

@@ -9,7 +9,7 @@
搜索
</view>
</picker>
<view class="weui-icon-clear" wx:if="{{value.length > 0}}" bindtap="clearInput">
<view class="weui-icon-clear" wx:if="{{value.length > 0}}" bindtap="clearInput" style="z-index:500000;">
<icon type="clear" size="12"></icon>
</view>
</view>


+ 0
- 1
pages/searchbar/searchbar.wxss ファイルの表示

@@ -9,5 +9,4 @@
bottom: 0;
margin: auto;
color: transparent;
border: 1px solid #07C160;
}

読み込み中…
キャンセル
保存