Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
weapp
/
C
Segui
8
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
66
Wiki
Attività
Sfoglia il codice sorgente
[优惠卡列表修改]
tags/广东版3.2.1
meo
6 anni fa
parent
50c15997f0
commit
2792bc393c
3 ha cambiato i file
con
4 aggiunte
e
4 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
pages/discountCardList/discountCardList.js
+1
-1
pages/discountCardList/discountCardList.wxss
+1
-1
pages/rushToBuy/index.js
+ 2
- 2
pages/discountCardList/discountCardList.js
Vedi File
@@ -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
Vedi File
@@ -6,7 +6,7 @@ page{
}
.market {
width: 100%;
height: 100%;
/*
height: 100%;
*/
/* background: #f5f5f5; */
}
+ 1
- 1
pages/rushToBuy/index.js
Vedi File
@@ -37,7 +37,7 @@ Page({
url: config.api.couponChannelList,
data: {
pageNum: page,
pageSize:
5
,
pageSize:
8
,
targetAd: 2
}
})
Scrivi
Anteprima
Caricamento…
Annulla
Salva