Browse Source

修改问题

tangning 2 năm trước cách đây
mục cha
commit
532bf6ad28
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/detail/evaluate.vue

+ 1 - 1
src/views/detail/evaluate.vue

@@ -33,7 +33,7 @@ const router = useRouter();
 const { id } = unref(router.currentRoute)?.params;
 const evaluate = ref({
   comment: '',
-  starRank: 2.5,
+  starRank: 5,
 });
 async function handlComment() {
   const { comment, starRank} = evaluate.value