cheny 5 anni fa
parent
commit
115650c795
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 }, // 研发阶段
   phase: { type: String, required: false, maxLength: 200 }, // 研发阶段
   price: { type: String, required: false, maxLength: 200 }, // 产品单价
   price: { type: String, required: false, maxLength: 200 }, // 产品单价
   priceunit: { 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 }, // 所属领域
   field: { type: String, maxLength: 200 }, // 所属领域
   scope: { type: String, maxLength: 200 }, // 服务范围
   scope: { type: String, maxLength: 200 }, // 服务范围
   coopermode: { type: String, maxLength: 200 }, // 合作方式
   coopermode: { type: String, maxLength: 200 }, // 合作方式