From 07c9a72aa3b125d6d0eaf4016b4cc85c11364d7f Mon Sep 17 00:00:00 2001
From: xyc <3422692813@qq.com>
Date: Fri, 25 Apr 2025 16:21:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../member/busiCard/form/busiCardForm.vue | 87 +++++++++++++------
1 file changed, 61 insertions(+), 26 deletions(-)
diff --git a/src/views/member/busiCard/form/busiCardForm.vue b/src/views/member/busiCard/form/busiCardForm.vue
index c1158a8..1cfeeb2 100644
--- a/src/views/member/busiCard/form/busiCardForm.vue
+++ b/src/views/member/busiCard/form/busiCardForm.vue
@@ -34,10 +34,32 @@
- 粉丝数量
+ 主页链接
- {{ form.tel }}
+ {{ form.indexUrl }}
+
+
+ 微信号
+
+
+
+ {{ form.wxNum }}
+
+
+
+
+
+
+ 联系方式
+
+
+
+ {{ form.tel }}
+
+
+
+
商单自报价
@@ -62,7 +84,8 @@
:rows="2"
placeholder="无"
readonly
- v-model="form.content">
+ v-model="form.content"
+ >
@@ -86,7 +109,8 @@
v-for="item in statusOptions"
:key="item.value"
:label="item.label"
- :value="item.value">
+ :value="item.value"
+ >
@@ -107,16 +131,16 @@