view goods evaluation

This commit is contained in:
2020-09-10 09:20:35 +08:00
parent 8f010c634c
commit fe60d5a1cf
2 changed files with 4 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ export default {
content: Object,
reply: Boolean,
},
mounted() {
created() {
if(this.content.hasOwnProperty('scores_two')) this.rate = this.content.scores_two;
},
methods: {