From 2792bc393c25b61bf601e8ccbc10cd935b63f370 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Sat, 5 Jan 2019 11:28:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E6=83=A0=E5=8D=A1=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/discountCardList/discountCardList.js | 4 ++-- pages/discountCardList/discountCardList.wxss | 2 +- pages/rushToBuy/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/discountCardList/discountCardList.js b/pages/discountCardList/discountCardList.js index f9368fa..d619b3c 100644 --- a/pages/discountCardList/discountCardList.js +++ b/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, }; diff --git a/pages/discountCardList/discountCardList.wxss b/pages/discountCardList/discountCardList.wxss index 021541e..6b471dc 100644 --- a/pages/discountCardList/discountCardList.wxss +++ b/pages/discountCardList/discountCardList.wxss @@ -6,7 +6,7 @@ page{ } .market { width: 100%; - height: 100%; + /* height: 100%; */ /* background: #f5f5f5; */ } diff --git a/pages/rushToBuy/index.js b/pages/rushToBuy/index.js index 377cd7e..06bb6e2 100644 --- a/pages/rushToBuy/index.js +++ b/pages/rushToBuy/index.js @@ -37,7 +37,7 @@ Page({ url: config.api.couponChannelList, data: { pageNum: page, - pageSize: 5, + pageSize: 8, targetAd: 2 } })