From f6f1425cf5f0f1a0441be5b794bc05fef2152f9b Mon Sep 17 00:00:00 2001 From: qiaomu <3520484422@qq.com> Date: Mon, 9 Dec 2024 14:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=86=E5=88=B8=E4=B8=AD?= =?UTF-8?q?=E5=BF=83bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/discountCoupon/index.js | 2 +- pages/discountCoupon/index.wxml | 4 ++-- pages/discountCoupon/index.wxss | 9 ++++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/discountCoupon/index.js b/pages/discountCoupon/index.js index fee8d76..4820acb 100644 --- a/pages/discountCoupon/index.js +++ b/pages/discountCoupon/index.js @@ -80,7 +80,7 @@ Page({ return } that.setData({ - currentList: data + canGetList: data }) }) }, diff --git a/pages/discountCoupon/index.wxml b/pages/discountCoupon/index.wxml index 6c4ca6f..ff79806 100644 --- a/pages/discountCoupon/index.wxml +++ b/pages/discountCoupon/index.wxml @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ - + diff --git a/pages/discountCoupon/index.wxss b/pages/discountCoupon/index.wxss index 5f4d834..bd53e61 100644 --- a/pages/discountCoupon/index.wxss +++ b/pages/discountCoupon/index.wxss @@ -1 +1,8 @@ -/* pages/discountCoupon/index.wxss */ \ No newline at end of file +/* pages/discountCoupon/index.wxss */ +page { + background-color: rgb(242,243,245); +} + +.item { + margin: 20rpx; +} \ No newline at end of file