コメント

This commit is contained in:
rca 2024-07-22 06:05:35 +09:00
parent 4ae45b3e09
commit 1509b86a05

View File

@ -50,7 +50,7 @@ const isMobile = computed(() => {
return window.innerWidth < 600; // 600px
});
const changeContainPaid = (value: boolean) => {
const changeContainPaid = (value: boolean) => { //
getHistories(cachedChildId.value, value).then((res) => {
histories.value = res;
});