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