guhongwei 4 years ago
parent
commit
057b40e54d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/imgtxtdock.js

+ 1 - 1
app/model/imgtxtdock.js

@@ -11,7 +11,7 @@ const ImgtxtdockSchema = {
   dock_id: { type: String, required: true, maxLength: 500 }, // 展会id
   user_name: { type: String, required: false, maxLength: 500 }, // 姓名
   brief: { type: String, required: false, maxLength: 500 }, // 信息内容
-  image: { type: [ images ], select: false }, // 图片
+  image: { type: [ images ], select: true }, // 图片
   file_path: { type: String, required: false }, // 视频路径
 };