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() {
-