From d729f61fdf7496f9bc3144c6f5d08a13a322802a Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Fri, 9 Aug 2024 10:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E7=95=8C=E9=9D=A2=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/member/index.vue | 51 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/pages/member/index.vue b/pages/member/index.vue index dc8d9d9..0ef5329 100644 --- a/pages/member/index.vue +++ b/pages/member/index.vue @@ -36,8 +36,17 @@ - - + + + 适用门店 + {{ userInfo.shopName }} + + + 充值说明 + 1.充值金额1家门店可用 + 2.储值完成后不支持自助退款,可联系商家处理 + 3.钱包余额不支持转赠,不可提现,长期有效 + @@ -389,6 +398,44 @@ padding-left: 20rpx; } } + + .explain{ + background-color: #fff; + border-radius: 12rpx; + display: flex; + flex-direction: column; + padding: 22rpx 24rpx; + .explain-top{ + // align-items: center; + margin-bottom: 18rpx; + .explain-top_title{ + font-weight: 500; + font-size: 32rpx; + color: #333333; + } + .shopName{ + font-weight: 400; + font-size: 24rpx; + color: #333333; + } + } + .explain_content{ + display: flex; + flex-direction: column; + .explain_content_title{ + font-weight: 500; + font-size: 32rpx; + color: #333333; + margin-bottom: 20rpx; + } + .explain_content_text{ + font-weight: 400; + font-size: 24rpx; + color: #666666; + margin-bottom: 14rpx; + } + } + } .rechargeBox{ width: 100%;