Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
weapp
/
C
Vigiar
8
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
66
Wiki
Trabalho
Ver a proveniência
[根据状态过滤]
tags/广东版3.2.1
meo
há 6 anos
ascendente
4b159fc441
cometimento
1f9a613218
1 ficheiros alterados
com
7 adições
e
6 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+7
-6
pages/cardorder/index/index.js
+ 7
- 6
pages/cardorder/index/index.js
Ver ficheiro
@@ -5,17 +5,17 @@ let app = getApp();
Page({
data: {
tabs: [{
key:
0
,
key:
4
,
name: "使用中"
},
{
key:
1
,
key:
5
,
name: "已失效"
}
],
list: [],
current: "
0
",
current_scroll: "
0
",
current: "
4
",
current_scroll: "
4
",
page: 1,
allow_load: true,
loading: true, //"上拉加载"的变量,默认false,隐藏
@@ -24,7 +24,7 @@ Page({
showPage:false
},
onLoad() {
this.getList(
0
, 1);
this.getList(
4
, 1);
},
onShow: function () {
let that = this;
@@ -74,7 +74,8 @@ Page({
data: {
pageNum: pageNum,
pageSize: 6,
couponType:7
couponType:"7",
couponOrderStatus: key
}
})
.then(res => {
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar