From 312506c639eb0fe7914c5193f2e7134856effbd6 Mon Sep 17 00:00:00 2001 From: "1960116313@qq.com" <1960116313@qq.com> Date: Mon, 22 Jan 2024 09:26:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/recharge/index.ts | 2 +- src/components/AppUserInfo/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}
充值