|
@@ -44,6 +44,7 @@ onMounted(async () => {
|
|
|
'designFee',
|
|
|
'personalIdentity',
|
|
|
'serviceCustomerCount',
|
|
|
+ 'homePageName',
|
|
|
])
|
|
|
})
|
|
|
</script>
|
|
@@ -69,7 +70,7 @@ onMounted(async () => {
|
|
|
<div
|
|
|
class="mt-4.5 mb-2.5 text-black/40 text-xs font-normal font-['PingFang_SC'] leading-snug"
|
|
|
>
|
|
|
- 用于主页形象封面图,请上传体现个人艺术设计风格的图片,建议竖图尺寸750x1920,也可上传自己的视频介绍
|
|
|
+ 用于主页形象封面图,请上传体现个人艺术设计风格的图片,建议竖图尺寸1125x900,也可上传自己的视频介绍
|
|
|
</div>
|
|
|
<UploadEvo v-model="form.homePageUrl"></UploadEvo>
|
|
|
</div>
|
|
@@ -80,7 +81,7 @@ onMounted(async () => {
|
|
|
<div
|
|
|
class="mt-4.5 mb-2.5 text-black/40 text-xs font-normal font-['PingFang_SC'] leading-snug"
|
|
|
>
|
|
|
- 用于分享到微信好友的卡片封面图,尺寸1920x1080;
|
|
|
+ 用于分享到微信好友的卡片封面图,尺寸660x528;
|
|
|
</div>
|
|
|
<UploadEvo v-model="form.sharePageUrl"></UploadEvo>
|
|
|
</div>
|
|
@@ -104,7 +105,7 @@ onMounted(async () => {
|
|
|
</Card>
|
|
|
<Card>
|
|
|
<div>
|
|
|
- <SectionHeading title="个人信息" subtitle="请输入关于自己身份体现"></SectionHeading>
|
|
|
+ <SectionHeading title="个人信息" subtitle="请输入个人身份"></SectionHeading>
|
|
|
<div
|
|
|
class="mt-4.5 mx--3.5 text-black/40 text-xs font-normal font-['PingFang_SC'] leading-snug"
|
|
|
>
|
|
@@ -157,7 +158,7 @@ onMounted(async () => {
|
|
|
</div>
|
|
|
</Card>
|
|
|
<!-- <BottomAppBar>
|
|
|
-
|
|
|
+
|
|
|
</BottomAppBar> -->
|
|
|
<div class=""><wd-button block :round="false" @click="handleSubmit">保存</wd-button></div>
|
|
|
</template>
|