diff --git a/src/api/recharge/index.ts b/src/api/recharge/index.ts index 0f714da..cf81bed 100644 --- a/src/api/recharge/index.ts +++ b/src/api/recharge/index.ts @@ -2,6 +2,6 @@ import { defHttp } from '@/utils/axios/index' export async function goodsType() { return defHttp.get({ - url: `/hulk-system/dict/dictionary?code=goods_type`, + url: `/open-chat/sys/sys/dict/getDictItems/goods_type`, }) } diff --git a/src/components/AppUserInfo/index.vue b/src/components/AppUserInfo/index.vue index 8938589..aa60ebd 100644 --- a/src/components/AppUserInfo/index.vue +++ b/src/components/AppUserInfo/index.vue @@ -25,7 +25,7 @@ function handleRecharge() {
- {{ info.questionCount > 0 ? info?.questionCount : 0 }} + {{ info?.questionCount > 0 ? info?.questionCount : 0 }}
充值