Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘琦
voucher-h5
Commits
9412fc25
Commit
9412fc25
authored
Nov 07, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签约儿童出生年月BUG修复;
parent
6533afbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/signing/index.vue
+1
-1
index.vue
src/views/signingWD/index.vue
+2
-2
No files found.
src/views/signing/index.vue
View file @
9412fc25
...
@@ -1030,7 +1030,7 @@ export default {
...
@@ -1030,7 +1030,7 @@ export default {
}
}
let
day
=
selectedDate
.
getDate
()
let
day
=
selectedDate
.
getDate
()
if
(
day
<
10
)
{
if
(
day
<
10
)
{
month
=
'0'
+
day
day
=
'0'
+
day
}
}
let
birth
=
selectedDate
.
getFullYear
()
+
'-'
+
month
+
'-'
+
day
let
birth
=
selectedDate
.
getFullYear
()
+
'-'
+
month
+
'-'
+
day
this
.
childrenArr
[
this
.
pickerOpenIndex
].
birth
=
birth
this
.
childrenArr
[
this
.
pickerOpenIndex
].
birth
=
birth
...
...
src/views/signingWD/index.vue
View file @
9412fc25
...
@@ -782,7 +782,7 @@ export default {
...
@@ -782,7 +782,7 @@ export default {
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/home'
path
:
'/home'
})
})
}
else
if
(
data
.
state
===
'0'
)
{
}
else
if
(
data
.
state
===
'0'
&&
this
.
pageType
===
0
)
{
this
.
$toast
({
this
.
$toast
({
message
:
'审核周期约三天,请您耐心等待!'
,
message
:
'审核周期约三天,请您耐心等待!'
,
position
:
'center'
,
position
:
'center'
,
...
@@ -951,7 +951,7 @@ export default {
...
@@ -951,7 +951,7 @@ export default {
}
}
let
day
=
selectedDate
.
getDate
()
let
day
=
selectedDate
.
getDate
()
if
(
day
<
10
)
{
if
(
day
<
10
)
{
month
=
'0'
+
day
day
=
'0'
+
day
}
}
let
birth
=
selectedDate
.
getFullYear
()
+
'-'
+
month
+
'-'
+
day
let
birth
=
selectedDate
.
getFullYear
()
+
'-'
+
month
+
'-'
+
day
this
.
childrenArr
[
this
.
pickerOpenIndex
].
birth
=
birth
this
.
childrenArr
[
this
.
pickerOpenIndex
].
birth
=
birth
...
...
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