diff --git a/src/views/PartyshistoryRecoder/components/addImg.vue b/src/views/PartyshistoryRecoder/components/addImg.vue index dc987b0..ad7eb58 100644 --- a/src/views/PartyshistoryRecoder/components/addImg.vue +++ b/src/views/PartyshistoryRecoder/components/addImg.vue @@ -236,6 +236,7 @@ export default { } else { this.id = '' this.type = '' + this.image_id=[]; this.init(); this.$refs['dialog'].clearValidate(); delete this.form.id diff --git a/src/views/PartyshistoryRecoder/components/addPointer.vue b/src/views/PartyshistoryRecoder/components/addPointer.vue index 174f64a..0a19e25 100644 --- a/src/views/PartyshistoryRecoder/components/addPointer.vue +++ b/src/views/PartyshistoryRecoder/components/addPointer.vue @@ -1,354 +1,330 @@ - - - - - - - * - 名称 : - - - - - - - - - 封面图 : - - - - - 只能上传jpg/png文件,且不超过500kb - - - - - - - - 纬度 : - - - - - - - - 经度 : - - - - - - - - x轴位置 : - - - - - - - - y轴位置 : - - - - - - - - 视频 : - - - 选取文件 - 开始上传 - - 支持文件格式:.mp4 .avi .wmv - 单个文件不能超过20M - - - - - - - - 内容 : - - - - - - - - + + + + + + + * + 名称 : + + + + + + + + + 封面图 : + + + + + 只能上传jpg/png文件,且不超过500kb + + + + + + + + 纬度 : + + + + + + + + 经度 : + + + + + + + + x轴位置 : + + + + + + + + y轴位置 : + + + + + + + + 视频封面图 : + + + + + 只能上传jpg/png文件,且不超过500kb + + + + + + + + + 视频 : + + + 选取文件 + 开始上传 + + 支持文件格式:.mp4 .avi .wmv + 单个文件不能超过300M + + + + + + + + 内容 : + + + + + + + + + + - - diff --git a/src/views/PartyshistoryRecoder/components/imgBox.vue b/src/views/PartyshistoryRecoder/components/imgBox.vue index 09b94ad..0042d67 100644 --- a/src/views/PartyshistoryRecoder/components/imgBox.vue +++ b/src/views/PartyshistoryRecoder/components/imgBox.vue @@ -22,7 +22,7 @@ @pageSizeChange="pageSizeChange" @pageIndexChange="pageChange" @delete="row => destroy({ - table_name: 'map_point_contents', + table_name: 'map_point_images', id: row.id, activity_list_id: 7 }).then(_ => getList())"