|
|
@@ -84,7 +84,7 @@ const { formData, onSubmit } = useDoDeposit()
|
|
|
const { router } = useNavigation()
|
|
|
const { getSystemParamValue } = useUserStore()
|
|
|
const start = getSystemParamValue('012') ?? ''
|
|
|
-const limitMsg = getSystemParamValue('1002')
|
|
|
+const limitMsg = getSystemParamValue('1002') ?? '系统错误'
|
|
|
const msg = getSystemParamValue('302') ?? '系统错误'
|
|
|
const { configs, cusBank, end } = useDoCusBankExtendConfigs(2)
|
|
|
const certificate_photo_url = ref('')
|