Errors while compiling. Reload prevented.
我的报错是因为用逗号分隔开的,应该用分号才对
错误代码 null用的逗号
computed:{
addBook(){
var addTotal = null,
var len = this.items.length;
for(var i = 0; i < len; i++){
addTotal += this.items[i].price * this.items[i].count
}
return addT
原创
2021-12-17 09:32:44 ·
310 阅读 ·
0 评论