删除调试日志
This commit is contained in:
parent
206612e23b
commit
555a53e2d8
@ -42,7 +42,6 @@ const props = defineProps({
|
|||||||
const getBillingInformation = createResource({
|
const getBillingInformation = createResource({
|
||||||
url: 'jcloud.api.account.get_billing_information',
|
url: 'jcloud.api.account.get_billing_information',
|
||||||
onSuccess(data) {
|
onSuccess(data) {
|
||||||
console.log("获取到的账单信息:", data);
|
|
||||||
if (data.country) {
|
if (data.country) {
|
||||||
// 设置当前国家,确保使用后端的准确值
|
// 设置当前国家,确保使用后端的准确值
|
||||||
billingInformation.value.country = data.country;
|
billingInformation.value.country = data.country;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user