From 9ed9c2a9c75c40b8b490b4b44a0e9aa63a670158 Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Thu, 2 Nov 2023 18:46:28 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=B5=8B=E8=AF=95=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/css/page.css | 3 ++
components/binding-list/binding-list.vue | 6 +--
components/magic-list/magic-list.vue | 40 ++++++++++++++++---
components/realstore-list/realstore-list.vue | 6 +--
.../profit/profit.vue | 2 +-
.../member-code/member-code.vue | 6 +--
.../wallet/payment-code/payment-code.vue | 6 +--
pages/user-address/user-address.css | 2 +-
pages/user-order/user-order.vue | 2 +-
pages/user/user.vue | 2 +-
10 files changed, 54 insertions(+), 21 deletions(-)
diff --git a/common/css/page.css b/common/css/page.css
index d5d3ab9f..c1b8d2cb 100644
--- a/common/css/page.css
+++ b/common/css/page.css
@@ -594,6 +594,9 @@ button:before {
.br-grey-9 {
border: solid 1px #999999 !important;
}
+.br-grey-c {
+ border: solid 1px #cccccc !important;
+}
.br-blue {
border: solid 1px #2196F3 !important;
diff --git a/components/binding-list/binding-list.vue b/components/binding-list/binding-list.vue
index 8bf0f8be..1638348b 100644
--- a/components/binding-list/binding-list.vue
+++ b/components/binding-list/binding-list.vue
@@ -31,10 +31,10 @@
-
-
+
+
-
+
{{ gv.title }}
diff --git a/components/magic-list/magic-list.vue b/components/magic-list/magic-list.vue
index 88c31a8b..13e690c7 100644
--- a/components/magic-list/magic-list.vue
+++ b/components/magic-list/magic-list.vue
@@ -14,12 +14,19 @@
{{ item.describe }}
-
+
-
+
{{ currency_symbol }}
@@ -103,11 +110,34 @@