이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
weapp
/
C
보기
8
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
66
위키
활동
소스 검색
[门店搜索][修改]:[修改门店搜索]
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;
}
쓰기
미리보기
불러오는 중...
취소
저장