課程
/前端開發
/小程序
/輕松入門微信小程序與云開發
下載源碼半天沒解決
2020-06-11
源自:輕松入門微信小程序與云開發 4-3
正在回答
解決了,現在獲取到數據了?
movieList:?this.data.movielist.concat(JSON.parse(res.result).subjects)
報錯在movie.js的24行.只把您源碼后面的大寫movieList改成了movielist
請問是哪里出現的這個錯誤呢?代碼是怎么寫的呢?
舉報
深入淺出微信小程序核心基礎與云開發,使你掌握小程序開發必備技能。
1 回答Cannot read property 'concat' of undefined
1 回答Cannot read property 'length' of undefined
1 回答Cannot read property 'length' of undefined;
3 回答Cannot read property 'subjects' of null
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2020-06-12
解決了,現在獲取到數據了?
2020-06-12
movieList:?this.data.movielist.concat(JSON.parse(res.result).subjects)
報錯在movie.js的24行.只把您源碼后面的大寫movieList改成了movielist
2020-06-11
請問是哪里出現的這個錯誤呢?代碼是怎么寫的呢?