dev #3

Merged
jingrow merged 96 commits from dev into main 2026-01-13 22:47:33 +08:00
Showing only changes of commit 555a53e2d8 - Show all commits

View File

@ -42,7 +42,6 @@ const props = defineProps({
const getBillingInformation = createResource({
url: 'jcloud.api.account.get_billing_information',
onSuccess(data) {
console.log("获取到的账单信息:", data);
if (data.country) {
// 使
billingInformation.value.country = data.country;