老師這個是什么錯誤呀,拋出了一個異常。
VM375:1 thirdScriptError
wx.cloud.callFunction(...).then(...).cath is not a function;at "pages/comment/comment" page lifeCycleMethod onLoad function
TypeError: wx.cloud.callFunction(...).then(...).cath is not a function
VM375:1 thirdScriptError
wx.cloud.callFunction(...).then(...).cath is not a function;at "pages/comment/comment" page lifeCycleMethod onLoad function
TypeError: wx.cloud.callFunction(...).then(...).cath is not a function
2019-06-04
舉報
2019-06-05
應該是catch拼寫錯了,不是cath。
2019-06-05
嗯,好的老師