From 6fb8d365f662879be6b5eb740b2724159272a8f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8B=A5=E6=8B=99=5F233?= <342879248@qq.com>
Date: Sat, 11 Oct 2025 09:39:15 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/src/views/pages/index.vue | 72 +++++++++++++++++------------------
1 file changed, 34 insertions(+), 38 deletions(-)
diff --git a/web/src/views/pages/index.vue b/web/src/views/pages/index.vue
index 327f5aa..73cfd79 100644
--- a/web/src/views/pages/index.vue
+++ b/web/src/views/pages/index.vue
@@ -93,7 +93,7 @@
-
+
@@ -107,7 +107,7 @@
-
+
@@ -121,9 +121,9 @@
-
-
-
+
+
+
@@ -171,9 +171,9 @@
-
-
-
+
+
+
-
-
-
-
+
+
+
+
@@ -341,7 +341,7 @@
-
+
@@ -363,9 +363,9 @@
:options="accountsOptions"
/>
-
-
-
+
+
+
@@ -381,7 +381,7 @@
-
+
@@ -395,7 +395,7 @@
-
+
@@ -1080,33 +1080,20 @@ const submit = () => {
}else if(modalForm.online_accounts[0]=='3'){
data.platform_accounts= {
qita: {
- followers_count: 8000,
- likes: 1000,
- comments: 500,
- shares: 500
+ account: modalForm.online_accounts[1],
+ likes: modalForm.online_accounts[2],
+ comments: modalForm.online_accounts[3],
+ shares: modalForm.online_accounts[4]
}
}
}
-
- data.platform_accounts= {
- bilibili: {
- followers_count: 8000,
- likes: 1000,
- comments: 500,
- shares: 500
- },
- douyin: {
- followers_count: 8000,
- likes: 1000,
- comments: 500,
- shares: 500
- }
- },
data.inheritor_age_count = data.inheritor_ages
api.valuations(data).then(res=>{
message.success('评估中,请前往历史记录查看')
- currentStep.value = 0
getHistoryList()
+ setTimeout(() => {
+ window.location.reload()
+ }, 1000);
})
console.log('data',data)
}
@@ -1323,4 +1310,13 @@ onMounted(async () => {
margin-left: 25px;
color: #303133;
}
+
+
+/* 移除number类型输入框的箭头 */
+input[type="number"]::-webkit-outer-spin-button,
+input[type="number"]::-webkit-inner-spin-button {
+ -webkit-appearance: none;
+ margin: 0;
+}
+
\ No newline at end of file