view goods evaluation

This commit is contained in:
2020-09-10 09:17:54 +08:00
parent b5985ce1a0
commit 8f010c634c
2 changed files with 14 additions and 7 deletions

View File

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