diff --git a/src/api/pay/wallet/balance/index.ts b/src/api/pay/wallet/balance/index.ts index e5f4a1cd..3e5ab369 100644 --- a/src/api/pay/wallet/balance/index.ts +++ b/src/api/pay/wallet/balance/index.ts @@ -3,7 +3,6 @@ import request from '@/config/axios' /** 用户钱包查询参数 */ export interface PayWalletUserReqVO { userId: number - userType: number } /** 钱包 VO */ export interface WalletVO { diff --git a/src/views/member/user/detail/UserAccountInfo.vue b/src/views/member/user/detail/UserAccountInfo.vue index bb2a06b8..56a6ab63 100644 --- a/src/views/member/user/detail/UserAccountInfo.vue +++ b/src/views/member/user/detail/UserAccountInfo.vue @@ -65,7 +65,7 @@ const getUserWallet = async () => { wallet.value = WALLET_INIT_DATA return } - const params = { userId: props.user.id, userType: UserTypeEnum.MEMBER } + const params = { userId: props.user.id } wallet.value = (await WalletApi.getWallet(params)) || WALLET_INIT_DATA } diff --git a/src/views/pay/app/components/channel/AlipayChannelForm.vue b/src/views/pay/app/components/channel/AlipayChannelForm.vue index 46dc4312..169ef8ea 100644 --- a/src/views/pay/app/components/channel/AlipayChannelForm.vue +++ b/src/views/pay/app/components/channel/AlipayChannelForm.vue @@ -69,6 +69,16 @@
+ + + - + - - - - - - + + + +