cheny %!s(int64=4) %!d(string=hai) anos
pai
achega
115650c795
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/model/dock.js

+ 1 - 1
app/model/dock.js

@@ -11,7 +11,7 @@ const goods = new Schema({
   phase: { type: String, required: false, maxLength: 200 }, // 研发阶段
   price: { type: String, required: false, maxLength: 200 }, // 产品单价
   priceunit: { type: String, required: false, maxLength: 200 }, // 产品单位
-  image: { type: String, required: false, maxLength: 200 }, // 产品图片
+  image: { type: [ String ], required: false }, // 产品图片
   field: { type: String, maxLength: 200 }, // 所属领域
   scope: { type: String, maxLength: 200 }, // 服务范围
   coopermode: { type: String, maxLength: 200 }, // 合作方式