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