From ebc8cae3c8f18b5178c2ee9bab0a13db97e096e6 Mon Sep 17 00:00:00 2001
From: qiaomu <3520484422@qq.com>
Date: Mon, 9 Dec 2024 15:31:49 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=98=E6=83=A0=E5=88=B8bu?=
=?UTF-8?q?g?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/discountCoupon/index.json | 3 ++-
pages/integral/index.wxml | 4 ++--
pages/integral/index.wxss | 4 ++++
3 files changed, 8 insertions(+), 3 deletions(-)
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;
}