Cannot read property 'callFunction' of undefined 請問報這個錯該如何解決?
thirdScriptError
Cannot read property 'callFunction' of undefined;at "pages/movie /movie" page lifeCycleMethod onLoad function
TypeError: Cannot read property 'callFunction' of undefined
thirdScriptError
Cannot read property 'callFunction' of undefined;at "pages/movie /movie" page lifeCycleMethod onLoad function
TypeError: Cannot read property 'callFunction' of undefined
2019-05-14
舉報
2019-05-14
你的代碼中,pages/movie/movie里的onLoad函數中,調用云函數的地方,callFunction前面是undefined,應該是wx.cloud.callFunction
2019-05-15
謝謝,解決了?