Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
X
XiTianSenMall
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
leiqingsong
XiTianSenMall
Commits
92e9b9d4
Commit
92e9b9d4
authored
Mar 26, 2021
by
leiqingsong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.203.232.171:8888/Song/xitiansenmall
into dev_lqs
parents
8126112d
f4790acb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
index.js
H5/src/router/index.js
+1
-1
bank.vue
H5/src/views/bank.vue
+6
-5
leagueNums.vue
H5/src/views/leagueNums.vue
+1
-1
No files found.
H5/src/router/index.js
View file @
92e9b9d4
...
...
@@ -110,7 +110,7 @@ const routes = [
path
:
"/leagueNums"
,
name
:
"LeagueNums"
,
component
:
()
=>
import
(
"@/views/leagueNums"
),
meta
:
{
title
:
"团
员总人数
"
,
noNav
:
true
}
meta
:
{
title
:
"团
队详情
"
,
noNav
:
true
}
},
{
path
:
"/canCashOut"
,
...
...
H5/src/views/bank.vue
View file @
92e9b9d4
...
...
@@ -22,6 +22,7 @@
label=
"姓名"
placeholder=
"请输入"
size=
"large"
maxlength=
"8"
/>
<van-field
v-model=
"form.idCardNo"
...
...
@@ -105,14 +106,14 @@ export default {
this
.
$toast
.
fail
(
"请输入身份证号"
);
return
;
}
if
(
!
/^
[
1-9
]\d{5}(
18|19|20|
(
3
\d))\d{2}((
0
[
1-9
])
|
(
1
[
0-2
]))(([
0-2
][
1-9
])
|10|20|30|31
)\d{3}[
0-9Xx
]
$/
.
test
(
this
.
form
.
idCardNo
)
)
{
if
(
!
/^
[
1-9
]\d{5}(
18|19|20|
(
3
\d))\d{2}((
0
[
1-9
])
|
(
1
[
0-2
]))(([
0-2
][
1-9
])
|10|20|30|31
)\d{3}[
0-9Xx
]
$/
.
test
(
this
.
form
.
idCardNo
))
{
this
.
$toast
.
fail
(
"请输入正确的身份证号"
);
return
;
}
if
(
!
/^
[
u4e00-u9fa5
]{8}
/
.
test
(
this
.
form
.
name
)){
this
.
$toast
.
fail
(
"姓名仅支持中文或英文"
);
return
;
}
const
params
=
this
.
form
;
if
(
this
.
form
.
id
)
{
editUserBankInfo
(
params
)
...
...
H5/src/views/leagueNums.vue
View file @
92e9b9d4
...
...
@@ -7,7 +7,7 @@
class=
"nav-left"
@
click=
"$router.go(-1)"
/>
<span
class=
"nav-title"
>
团
员总人数
</span>
<span
class=
"nav-title"
>
团
队详情
</span>
</div>
<div
class=
"panel-list"
>
<div
class=
"panel-item"
v-for=
"(item, index) in list"
:key=
"index"
>
...
...
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