Browse Source

fix:修改报错

dxj
杜贤金 1 year ago
parent
commit
312506c639
  1. 2
      src/api/recharge/index.ts
  2. 2
      src/components/AppUserInfo/index.vue

2
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`,
})
}

2
src/components/AppUserInfo/index.vue

@ -25,7 +25,7 @@ function handleRecharge() {
</div>
</div>
<div class="num">
{{ info.questionCount > 0 ? info?.questionCount : 0 }}
{{ info?.questionCount > 0 ? info?.questionCount : 0 }}
</div>
<div class="pay" @click="handleRecharge">
充值

Loading…
Cancel
Save