|
|
@@ -67,10 +67,10 @@ const { fund } = useAccountFundInfo()
|
|
|
const { router } = useNavigation()
|
|
|
const formRef = shallowRef<FormInstance>()
|
|
|
const { getSystemParamValue } = useUserStore()
|
|
|
-const start = getSystemParamValue('012') ?? ''
|
|
|
-const msg = getSystemParamValue('302') ?? '系统错误'
|
|
|
-const limitMsg = getSystemParamValue('1002') ?? '系统错误'
|
|
|
-const msg_317 = getSystemParamValue('317') ?? '系统错误'
|
|
|
+const start = getSystemParamValue('012')
|
|
|
+const msg = getSystemParamValue('302')
|
|
|
+const limitMsg = getSystemParamValue('1002')
|
|
|
+const msg_317 = getSystemParamValue('317')
|
|
|
const userStore = useUserStore()
|
|
|
|
|
|
// 表单验证规则
|