Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
weapp
/
C
Observar
8
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
66
Wiki
Atividade
Ver código fonte
小程序隐藏计时器停止
tags/富茂链客4.1.0
刘晖
6 anos atrás
pai
66d23dea3e
commit
ce20747c7c
3 arquivos alterados
com
10 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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 arquivo
@@ -478,7 +478,9 @@ Page({
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
this.setData({
showTime: false
})
},
/**
+ 4
- 2
pages/spellDetail/index.js
Ver arquivo
@@ -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 arquivo
@@ -461,7 +461,9 @@ Page({
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
this.setData({
showTime: false
})
},
/**
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar