我這是啥問題啊
請大佬幫忙看看
VM33602:1 thirdScriptError
Cannot read property 'score' of undefined; [Component] Event Handler Error @ pages/comment/comment#bound submit
TypeError: Cannot read property 'score' of undefined
請大佬幫忙看看
VM33602:1 thirdScriptError
Cannot read property 'score' of undefined; [Component] Event Handler Error @ pages/comment/comment#bound submit
TypeError: Cannot read property 'score' of undefined
2019-09-09
舉報
2019-09-10
檢查score前面的代碼為什么是undefined,注意是score點前面的代碼哦,就能找到問題了。
2019-09-10
剛好遇到你這個問題,我是因為調用變量沒有用this.data導致的。
2019-09-10
好像是你的score這個變量沒定義,是不是 js文件夾那里data里沒有寫score......