From 5e6be42ce468f2c71e1bc4bd71b7c6e7d6468005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Mon, 12 Jul 2021 09:38:46 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E6=8A=A2=E8=B4=AD0%?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1=E4=B9=9F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index e3ad49a..d999d91 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -16,7 +16,7 @@ - + {{ item.specs[0].sold_percent_text }} From 30871f32f6dc78b9000d8030e62e7a1676ae74ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Mon, 12 Jul 2021 09:56:12 +0800 Subject: [PATCH 2/4] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E6=88=91=E7=9A=84?= =?UTF-8?q?=E9=92=B1=E5=8C=85=E9=A1=B5=E9=9D=A2=EF=BC=8C=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=89=8B=E6=9C=BAUI=E5=85=BC=E5=AE=B9=E6=80=A7=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/wallet.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/center/wallet.vue b/pages/center/wallet.vue index 3e2f6c4..7200560 100644 --- a/pages/center/wallet.vue +++ b/pages/center/wallet.vue @@ -19,7 +19,8 @@ - From 4c3df84af3fd83e31d530bce6517a4ac89d6a5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Mon, 12 Jul 2021 10:10:15 +0800 Subject: [PATCH 3/4] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E6=88=90=E4=B8=BA?= =?UTF-8?q?=E5=88=86=E9=94=80=E8=BE=BE=E4=BA=BA=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/bestar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/center/bestar.vue b/pages/center/bestar.vue index 18a06cb..82d8a48 100644 --- a/pages/center/bestar.vue +++ b/pages/center/bestar.vue @@ -5,13 +5,13 @@ - 时空网的内部网友 + 时空网的内部网友 会员未开通 - + 成为分销达人 @@ -19,7 +19,7 @@ 需要支付 - 9.9 + 9.9 @@ -28,7 +28,7 @@ - + 微信支付 From d0e15db40386fe2f108eb661a2c930bf610dc825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Mon, 12 Jul 2021 11:02:21 +0800 Subject: [PATCH 4/4] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E6=8F=90=E5=8F=96?= =?UTF-8?q?=E4=BD=A3=E9=87=91=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/widthdraw.vue | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pages/center/widthdraw.vue b/pages/center/widthdraw.vue index 3b743bc..3520e13 100644 --- a/pages/center/widthdraw.vue +++ b/pages/center/widthdraw.vue @@ -4,7 +4,7 @@ 提取金额 - + @@ -20,10 +20,10 @@ - - - 提现说明 - + + + 提现说明 + 1、提现到账时间为T+1; @@ -79,4 +79,11 @@ width: 100%; background-color: #F5F5F5; } + .unit{ + display: flex; + height: 100rpx; + align-items: flex-end; + box-sizing: border-box; + padding-bottom: 10rpx; + }