已采納回答 / 謝成
你的代碼中,pages/movie/movie里的onLoad函數中,調用云函數的地方,callFunction前面是undefined,應該是wx.cloud.callFunction
2019-05-14
已采納回答 / qq_陌影_233
https://douban.uieee.com/v2/movie/in_theaters?start=${event.start}&count=${event.count}?換成這個試試
2019-05-14
已采納回答 / 哎呦喂大胖
應該是你的movielist沒有獲取到數據啊Cannot read property 'length' of undefined;這個問題是你length前面的數組是一個undefined沒有取到值
2019-05-14
講師回答 / 謝成
先看下network里請求的響應結果是什么,在請求API的url后面跟一個apikey參數:http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=0&count=10
2019-05-14