2014-02-16 64 views
2

我的代碼我要顯示錶的計數餐廳我的代碼是:長數組的不確定

#{restaurant.tables.length} 

但它不適合我的作品和錯誤我「無法讀取的未定義的屬性‘長度’ 「。我能解決這個問題嗎?

表是從mongodb集合中獲取的數組。

我使用mongoosejs 「findOne」 的方法,我的餐廳模式是:

var restuarantSchema = new Schema({ 
    name : String, 
    details : String, 
    owner : String, 
    categories : { 
     name : String 
    }, 
    users : [], 
    tabels: [{ 
     title: String 
    }] 
}); 
+0

你真的應該前搜索問。 javascript標籤中有很多錯誤_same error_。 – gustavohenke

+0

你能告訴你如何獲取'表格'嗎? – Curious

+0

我更新後,我添加了我的模式 –

回答

6

你在你的#{} restaurant.tables.length有錯字,應該tabels