Sfoglia il codice sorgente

团队成员是数组

guhongwei 3 anni fa
parent
commit
990272ecc8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/model/team.js

+ 1 - 1
app/model/team.js

@@ -10,7 +10,7 @@ const team = {
   create_id: { type: String }, // 团队创建人id
   logo: { type: Array }, // 团队logo
   type: { type: String }, // 团队类型
-  members: { type: String }, // 团队成员
+  members: { type: Array }, // 团队成员
   create_time: { type: String }, // 创建时间
   status: { type: String, default: '0' }, // 团队状态
   remark: { type: String },