|
@@ -42,7 +42,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item v-if="uploadType == 2" key="coverImage" label="广告视频" prop="coverImage">
|
|
|
|
|
|
+ <el-form-item v-if="uploadType == 2 && type == 8" key="coverImage" label="广告视频" prop="coverImage">
|
|
<div @click="addAdvVideo" style="display: inline-block;">
|
|
<div @click="addAdvVideo" style="display: inline-block;">
|
|
<video class="avatar"
|
|
<video class="avatar"
|
|
v-if="form.coverImage"
|
|
v-if="form.coverImage"
|
|
@@ -441,7 +441,10 @@ export default {
|
|
init () {
|
|
init () {
|
|
this.getList();
|
|
this.getList();
|
|
this.addQuillTitle();
|
|
this.addQuillTitle();
|
|
-
|
|
|
|
|
|
+ const query = this.$route.query
|
|
|
|
+ console.log(query)
|
|
|
|
+ this.type = query.type;
|
|
|
|
+ this.pageType = query.pageType;
|
|
// this.form.type
|
|
// this.form.type
|
|
let tempTitle = {
|
|
let tempTitle = {
|
|
1: "468px * 552px;图片不能超过 2M;",
|
|
1: "468px * 552px;图片不能超过 2M;",
|