guhongwei 4 years ago
parent
commit
fa35a7866c
2 changed files with 4 additions and 1 deletions
  1. 2 0
      app/controller/.dock.js
  2. 2 1
      app/model/dock.js

+ 2 - 0
app/controller/.dock.js

@@ -14,6 +14,7 @@ module.exports = {
       "province",
       "file_path",
       "videointro",
+      "videointroinfo",
       "place",
       "user_id",
       "adminuser",
@@ -46,6 +47,7 @@ module.exports = {
       "place",
       "file_path",
       "videointro",
+      "videointroinfo",
       "adminuser",
       "phone",
       "passwd",

+ 2 - 1
app/model/dock.js

@@ -102,7 +102,8 @@ const Dock = {
   province: { type: String, required: false }, // 省
   place: { type: String, required: false }, // 市
   file_path: { type: String, required: false }, // 视频路径
-  videointro: { type: String, required: false, maxLength: 200 },//视频文件介绍
+  videointro: { type: String, required: false, maxLength: 200 },//视频文件标题
+  videointroinfo: { type: String, required: false, maxLength: 200 },//视频文件简介
   adminuser: { type: String, required: false, maxLength: 200 }, // 用户姓名
   phone: { type: String, required: false, maxLength: 200 }, // 电话
   vipuser: { type: [ vipuser ], default: [] }, // vip用户