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/富茂链客4.1.0
刘晖
hace 6 años
padre
66d23dea3e
commit
ce20747c7c
Se han
modificado 3 ficheros
con
10 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-1
pages/joinFrDpell/index.js
+4
-2
pages/spellDetail/index.js
+3
-1
pages/spellGroup/mySpellGroup/index.js
+ 3
- 1
pages/joinFrDpell/index.js
Ver fichero
@@ -478,7 +478,9 @@ Page({
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
this.setData({
showTime: false
})
},
/**
+ 4
- 2
pages/spellDetail/index.js
Ver fichero
@@ -221,7 +221,7 @@ Page({
*/
onShow: function () {
this.setData({
showTime:
fals
e
showTime:
tru
e
})
if (this.data.data != null&&this.data.data.status ==10) {
this.countdown()
@@ -232,7 +232,9 @@ Page({
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
this.setData({
showTime: false
})
},
/**
+ 3
- 1
pages/spellGroup/mySpellGroup/index.js
Ver fichero
@@ -461,7 +461,9 @@ Page({
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
this.setData({
showTime: false
})
},
/**
Escribir
Vista previa
Cargando…
Cancelar
Guardar