From 3fc828de9eaae8039218bbf45a40ebbe13ba6c32 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Mon, 26 Aug 2024 10:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=BC=94=E5=91=98=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/publish/actorRelease.vue | 207 ++++++++++++++++++++++++++++++++++++++++- pages/publish/publishPost.vue | 10 +- 2 files changed, 204 insertions(+), 13 deletions(-) diff --git a/pages/publish/actorRelease.vue b/pages/publish/actorRelease.vue index 3749af1..6b300f8 100644 --- a/pages/publish/actorRelease.vue +++ b/pages/publish/actorRelease.vue @@ -5,22 +5,221 @@ @leftClick="$utils.navigateBack" title="演员发布"/> + + + + 名称: + + + + + + 价格: + + + + + + 地点: + + + + + + 时间: + + + + + + 联系方式: + + + + + + 详情介绍: + + + + + + + + 发布人: + + + + + + + + + + + + + 联系方式是否付费查看(建议付费避免无效联系) + + + + + + + + + + + + + 是否置顶 + + + + + + + + + + + + + + 代表作 + + + + + + - 演员发布 - + diff --git a/pages/publish/publishPost.vue b/pages/publish/publishPost.vue index 719862c..04f203d 100644 --- a/pages/publish/publishPost.vue +++ b/pages/publish/publishPost.vue @@ -105,15 +105,6 @@ }; }, methods : { - //上传图片 - uploadImage(){ - let self = this - this.$Oss.ossUploadImage({ - success(res){ - self.form.images.push(res) - } - }) - }, deleteImage(e){ this.fileList.splice(e.index, 1) }, @@ -139,6 +130,7 @@ background-color: #fff; min-height: 100vh; font-size: 28rpx; + padding-bottom: 150rpx; /deep/ .uv-textarea{ background-color: transparent; border: none;