新增通道列表查询页面
This commit is contained in:
@@ -18,6 +18,7 @@ import * as qrcode from 'qrcode'
|
||||
import Link from 'next/link'
|
||||
import RechargeModal from '@/components/composites/purchase/_client/recharge'
|
||||
import {User} from '@/lib/models'
|
||||
import { Label } from '@/components/ui/label'
|
||||
|
||||
export type ProfilePageProps = {}
|
||||
|
||||
@@ -454,7 +455,7 @@ function ChangePhoneDialog(props: {
|
||||
<Form form={form} onSubmit={onSubmit} className="space-y-4 py-4">
|
||||
{currentPhone && (
|
||||
<div className="space-y-1">
|
||||
<FormLabel>当前手机号</FormLabel>
|
||||
<Label>当前手机号</Label>
|
||||
<Input value={maskPhone(currentPhone)} disabled/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user