From 8bdea035837e9876ae5a42e3c1a80abf525b9289 Mon Sep 17 00:00:00 2001 From: Seven Date: Sat, 17 Jan 2026 02:57:08 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=B8=83=E5=B1=80=EF=BC=8C=E6=9B=BF=E6=8D=A2=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E9=AB=98=E5=BA=A6=EF=BC=9B=E4=BC=98=E5=8C=96=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E9=A1=B5=E9=9D=A2=E5=92=8C=E4=B8=AA=E4=BA=BA=E8=B5=84?= =?UTF-8?q?=E6=96=99=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/default.vue | 11 ++++++++--- src/views/product/index.vue | 12 +++++++----- src/views/profile/index.vue | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/src/components/layout/default.vue b/src/components/layout/default.vue index 43809b3..1ac5e98 100644 --- a/src/components/layout/default.vue +++ b/src/components/layout/default.vue @@ -1,5 +1,5 @@ @@ -18,7 +18,7 @@ const { t } = useI18n();
-
@@ -43,7 +43,7 @@ const { t } = useI18n(); diff --git a/src/views/product/index.vue b/src/views/product/index.vue index dfe4425..8fd58fe 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -119,18 +119,18 @@ function handleSubscribe(product: any, event: Event) {
当前价格 - ¥{{ product.currentPrice }} + ¥{{ product.currentPrice }}
到期收益 - + {{ product.expectedReturn }}
产品周期 - + {{ product.period }} @@ -145,8 +145,10 @@ function handleSubscribe(product: any, event: Event) { class="subscribe-btn flex-1" @click="handleSubscribe(product, $event)" > - - 我要申购 +
+ + 我要申购 +
diff --git a/src/views/profile/index.vue b/src/views/profile/index.vue index 825e40d..14cbc9a 100644 --- a/src/views/profile/index.vue +++ b/src/views/profile/index.vue @@ -186,7 +186,7 @@ function handleLogout() { -
+