本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
weapp
/
C
關注
8
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
66
Wiki
活動
瀏覽代碼
[门店搜索][修改]:[修改门店搜索]
tags/C.10.02
meo
5 年之前
父節點
b4899983ec
當前提交
aa84cb5c2a
共有
3 個檔案被更改
,包括
1 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
pages/searchbar/searchbar.js
+1
-1
pages/searchbar/searchbar.wxml
+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;
}
Write
Preview
Loading…
取消
儲存