Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
weapp
/
C
Seguir
8
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
66
Wiki
Actividad
Explorar el Código
[门店搜索][修改]:[修改门店搜索]
tags/C.10.02
meo
hace 5 años
padre
b4899983ec
commit
aa84cb5c2a
Se han
modificado 3 ficheros
con
1 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-2
pages/searchbar/searchbar.js
+1
-1
pages/searchbar/searchbar.wxml
+0
-1
pages/searchbar/searchbar.wxss
+ 0
- 2
pages/searchbar/searchbar.js
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -9,5 +9,4 @@
bottom: 0;
margin: auto;
color: transparent;
border: 1px solid #07C160;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar