diff --git a/pages/discountCoupon/index.json b/pages/discountCoupon/index.json index f448c1b..1218b58 100644 --- a/pages/discountCoupon/index.json +++ b/pages/discountCoupon/index.json @@ -3,7 +3,8 @@ "navigator": "/components/navigator/index", "van-tab": "@vant/weapp/tab/index", "van-tabs": "@vant/weapp/tabs/index", - "discount-coupon": "/components/discountCoupon/index" + "discount-coupon": "/components/discountCoupon/index", + "empty": "/components/empty/index" }, "navigationStyle": "custom" } \ No newline at end of file diff --git a/pages/integral/index.wxml b/pages/integral/index.wxml index 2a9207e..99ad309 100644 --- a/pages/integral/index.wxml +++ b/pages/integral/index.wxml @@ -6,9 +6,9 @@ 查看积分明细 - + - + \ No newline at end of file diff --git a/pages/integral/index.wxss b/pages/integral/index.wxss index 6228fc8..a12343b 100644 --- a/pages/integral/index.wxss +++ b/pages/integral/index.wxss @@ -4,6 +4,10 @@ page { background-color: rgb(242,243,245); } +.item { + margin: 20rpx; +} + .integralWrapper { padding: 20rpx; }