This commit is contained in:
parent
1f165d28e2
commit
e84f864229
|
|
@ -266,7 +266,7 @@ onMounted(() => {
|
|||
const handleCommand = (command: string) => {
|
||||
switch (command) {
|
||||
case 'profile':
|
||||
router.push('/profile/personal-center')
|
||||
router.push('/profile/personalCenter')
|
||||
break
|
||||
case 'password':
|
||||
router.push('/user/change-password')
|
||||
|
|
|
|||
|
|
@ -405,7 +405,7 @@ const initData = async () => {
|
|||
if (res) {
|
||||
walletInfo.value = {
|
||||
commission_fee_handling: res.commission_fee_handling || '0',
|
||||
commission_point_diff: res.commission_point_diff || '0',
|
||||
commission_point_diff: ''+(res.commission_point_diff - res.freeze||0) || '0',
|
||||
service: res.service || '0',
|
||||
risk: res.risk || '0',
|
||||
closing_profit: res.closing_profit || '0',
|
||||
|
|
|
|||
Loading…
Reference in New Issue