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/广东版3.2.1
meo
6 anos atrás
pai
50c15997f0
commit
2792bc393c
3 arquivos alterados
com
4 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
+2
-2
pages/discountCardList/discountCardList.js
+1
-1
pages/discountCardList/discountCardList.wxss
+1
-1
pages/rushToBuy/index.js
+ 2
- 2
pages/discountCardList/discountCardList.js
Ver arquivo
@@ -60,13 +60,13 @@ Page({
if (key == 0) {
var param = {
pageNum: pageNum,
pageSize:
6
,
pageSize:
8
,
targetAd: 5,
};
} else {
var param = {
pageNum: pageNum,
pageSize:
6
,
pageSize:
8
,
business: key,
targetAd: 5,
};
+ 1
- 1
pages/discountCardList/discountCardList.wxss
Ver arquivo
@@ -6,7 +6,7 @@ page{
}
.market {
width: 100%;
height: 100%;
/*
height: 100%;
*/
/* background: #f5f5f5; */
}
+ 1
- 1
pages/rushToBuy/index.js
Ver arquivo
@@ -37,7 +37,7 @@ Page({
url: config.api.couponChannelList,
data: {
pageNum: page,
pageSize:
5
,
pageSize:
8
,
targetAd: 2
}
})
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar