新增:余额支付、微信支付、下单确认功能
This commit is contained in:
@@ -188,7 +188,7 @@ function UserCard() {
|
||||
<div className={'flex justify-around mt-5'}>
|
||||
<div className={'item flex justify-center flex-col items-center'}>
|
||||
<span className={'text-sm text-gray-500'}>余额</span>
|
||||
<span className={'text-xl'}>¥ 0.00</span>
|
||||
<span className={'text-xl'}>¥ {userInfo?.balance}</span>
|
||||
</div>
|
||||
<div className={'item flex justify-center flex-col items-center'}>
|
||||
<span className={'text-sm text-gray-500'}>优惠券</span>
|
||||
|
||||
Reference in New Issue
Block a user