reply里沒有from和to,只有content
reply里沒有from和to,只有content
{ _id: 58c79d3ac9057a1dd8edc466, content: '第一次回復' }
schema/comment.js
reply: [{
???? from: {type: ObjectId, ref: 'User'},
???? to: {type: ObjectId, ref: 'User'},
???? content: String,
}],
有問題嗎?求助
reply里沒有from和to,只有content
{ _id: 58c79d3ac9057a1dd8edc466, content: '第一次回復' }
schema/comment.js
reply: [{
???? from: {type: ObjectId, ref: 'User'},
???? to: {type: ObjectId, ref: 'User'},
???? content: String,
}],
有問題嗎?求助
2017-03-14
舉報
2017-04-13
也許是content:string, ? 后面不加逗號把。。。。。。。。。。。。。
2017-03-16
這么點代碼 完全看不到你到丟哪錯了,仔細一點 絕壁是你少些東西了,從模型到控制器 好好看看 打印出來