添加银行卡管理和提现管理

This commit is contained in:
wangxiaowei
2026-03-25 17:33:08 +08:00
parent fdb480958d
commit 9bb0de97b0
8 changed files with 561 additions and 0 deletions

View File

@ -125,7 +125,9 @@ import EditPopup from './edit.vue'
import LicensePopup from './license.vue'
import { useDictOptions } from '@/hooks/useDictOptions'
import { getRoutePath } from '@/router'
import useUserStore from '@/stores/modules/user'
const userStore = useUserStore()
const editRef = shallowRef<InstanceType<typeof EditPopup>>()
// 是否显示编辑框
const showEdit = ref(false)
@ -142,6 +144,7 @@ const queryParams = reactive({
operation_type: '',
contact_phone: '',
address: '',
city_id: userStore.userInfo.city_id,
})
// 选中数据