Skip to content

Commit e24a5a8

Browse files
committed
add invoice note
1 parent 01bf8b9 commit e24a5a8

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

src/pages/user.tsx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,6 @@ function UserPanel() {
211211
{tier !== 'free' && (
212212
<div className="flex flex-col gap-2 sm:flex-row sm:flex-wrap">
213213
<PurchaseButton tier={tier}>续费</PurchaseButton>
214-
<Popover content={InvoiceHint} trigger="click">
215-
<Button
216-
type="link"
217-
className="justify-start px-0 sm:px-4 md:px-0"
218-
>
219-
申请发票
220-
</Button>
221-
</Popover>
222214
</div>
223215
)}
224216
</div>
@@ -227,6 +219,11 @@ function UserPanel() {
227219
<div className="text-sm text-gray-500">
228220
只可续费相同服务版本或升级更高版本,如果您需要购买较低的服务版本,请等待当前版本过期,或联系
229221
QQ 客服 34731408 手动处理。
222+
<div className="mt-2">
223+
<Popover content={InvoiceHint} trigger="click">
224+
<a className="font-semibold">点此查看如何申请发票</a>
225+
</Popover>
226+
</div>
230227
</div>
231228
</Descriptions.Item>
232229
<Descriptions.Item label="额度详情">

0 commit comments

Comments
 (0)