【修改】修改bug

This commit is contained in:
zhoulingpo
2023-05-17 10:19:42 +08:00
parent 1c2ee5a4fc
commit 9c60d0ea96
10 changed files with 31 additions and 17 deletions
+1
View File
@@ -175,6 +175,7 @@ export default {
},
//评分
saveScore() {
// if(this.userRating == )
let userRating = this.userRating * 2
this.$api.report.addScore({userRating: +userRating, reportId: this.reportId}).then(res => {