Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
Acher
/
newEdition
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
客户列表返回刷新bug
message
jyt
2 anos atrás
pai
43ea77d410
commit
372cf32a95
2 arquivos alterados
com
3 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
pages/center/records/index.vue
+2
-2
pages/index/consumer/index.vue
+ 1
- 1
pages/center/records/index.vue
Ver arquivo
@@ -322,7 +322,7 @@
this.screen.validInvalid = options.validInvalid
if (options.staTime) {
this.staTime = options.staTime;
this.endtime = options.endtime +' 23:59:59';
;
this.endtime = options.endtime +' 23:59:59';
}
},
onShow() {
+ 2
- 2
pages/index/consumer/index.vue
Ver arquivo
@@ -434,8 +434,8 @@
console.log(this.userInfo.showPhoneStatus)
if (this.isnorefresh == 'refresh') {
this.buildingID = uni.getStorageSync('buildingID').id;
this.nextPage = 1;
this.recordList = []
//
this.nextPage = 1;
//
this.recordList = []
this.getFreeList()
this.getfindKeywordsList()
this.getFromSource();
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar