forked from xiaohei/taiji-pda-v0
充值功能暂未开放,点击后显示提示信息
This commit is contained in:
@@ -209,7 +209,13 @@ export default function BillingPage() {
|
||||
{t("即用即付模式,按实际消费扣费", "Pay-as-you-go mode, deducted based on actual consumption")}
|
||||
</CardDescription>
|
||||
</div>
|
||||
<Button className="gap-2" onClick={() => setShowRechargeDialog(true)}>
|
||||
<Button className="gap-2" onClick={() => {
|
||||
toast({
|
||||
title: t("提示", "Notice"),
|
||||
description: t("暂未开放", "Not available yet"),
|
||||
variant: "default",
|
||||
})
|
||||
}}>
|
||||
<Plus className="h-4 w-4" />
|
||||
{t("充值", "Recharge")}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user