Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
1182bb9c
Commit
1182bb9c
authored
Aug 28, 2025
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提现实名信息处证件号码取消只能输入数字
parent
2b837bd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
environments/environment.ts
+1
-1
myPackageA/integralExchange/authenticaInfo.vue
+1
-1
No files found.
environments/environment.ts
View file @
1182bb9c
...
@@ -49,7 +49,7 @@ const config = {
...
@@ -49,7 +49,7 @@ const config = {
stage
,
stage
,
prod
prod
}
}
let
env
=
'
dev
'
;
let
env
=
'
prod
'
;
let
baseURL
=
config
[
env
].
base_url
;
let
baseURL
=
config
[
env
].
base_url
;
let
apiURL
=
config
[
env
].
api_url
;
let
apiURL
=
config
[
env
].
api_url
;
...
...
myPackageA/integralExchange/authenticaInfo.vue
View file @
1182bb9c
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<input
<input
class=
"user-input"
class=
"user-input"
maxlength=
"18"
maxlength=
"18"
type=
"
number
"
type=
"
text
"
placeholder=
"请输入"
placeholder=
"请输入"
v-model=
"realInfo.shiming.idNumber"
v-model=
"realInfo.shiming.idNumber"
@
blur=
"getInfo('2')"
@
blur=
"getInfo('2')"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment