Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-15 17:15:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5afd4bf513d8efc7ace02c511fd43fef78ce32e9
5afd4bf5
1 parent
7ec55f64
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/utils/mixins.js
src/utils/mixins.js
View file @
5afd4bf
...
...
@@ -240,7 +240,7 @@ export const inputBlurValidate = {
let
markCoin
=
false
;
if
(
value
.
length
)
{
this
[
customVal
]
=
Number
(
value
);
// 其中一个有值的情况下
// 其中一个有值的情况下
人民币
if
(
customVal
==
"minCNYCustomVal"
||
customVal
==
"maxCNYCustomVal"
)
{
if
(
this
.
minCNYCustomVal
&&
this
.
maxCNYCustomVal
)
{
this
.
validateForm
=
false
;
...
...
@@ -251,7 +251,7 @@ export const inputBlurValidate = {
this
.
$refs
[
coin
[
customVal
]].
innerHTML
=
""
;
}
}
// 都有值的情况下
// 都有值的情况下
美元
else
{
if
(
this
.
minSUDCustomVal
&&
this
.
maxSUDCustomVal
)
{
this
.
validateForm
=
false
;
...
...
Please
register
or
login
to post a comment