浏览代码

修改显示

王新雷 4 年之前
父节点
当前提交
ce0558ab29

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-6cafb9b0.48fc83b1.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-7e44bd75.060a4a1b.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.11ace92d.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-6cafb9b0.eb1269cb.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-7e44bd75.d6071a82.js


+ 5 - 2
src/views/contentManager/contentOperation.vue

@@ -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;",

部分文件因为文件数量过多而无法显示