本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
weapp
/
C
關注
8
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
66
Wiki
活動
瀏覽代碼
[优惠卡列表修改]
tags/广东版3.2.1
meo
6 年之前
父節點
50c15997f0
當前提交
2792bc393c
共有
3 個檔案被更改
,包括
4 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
pages/discountCardList/discountCardList.js
+1
-1
pages/discountCardList/discountCardList.wxss
+1
-1
pages/rushToBuy/index.js
+ 2
- 2
pages/discountCardList/discountCardList.js
查看文件
@@ -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
查看文件
@@ -6,7 +6,7 @@ page{
}
.market {
width: 100%;
height: 100%;
/*
height: 100%;
*/
/* background: #f5f5f5; */
}
+ 1
- 1
pages/rushToBuy/index.js
查看文件
@@ -37,7 +37,7 @@ Page({
url: config.api.couponChannelList,
data: {
pageNum: page,
pageSize:
5
,
pageSize:
8
,
targetAd: 2
}
})
Write
Preview
Loading…
取消
儲存