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;