Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
new-sing
h5-base
Commits
fbb38c51
Commit
fbb38c51
authored
Sep 09, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付情况4
parent
95e09ea6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
passShop.vue
src/components/buy/passShop.vue
+2
-2
promptTime.vue
src/components/map/promptTime.vue
+1
-0
No files found.
src/components/buy/passShop.vue
View file @
fbb38c51
...
...
@@ -680,12 +680,12 @@ export default {
if
(
res
.
buy_type
===
1
)
{
this
.
$router
.
push
({
name
:
"buySuccess"
,
query
:
{
out_trade_no
:
res
.
out_trade_no
}
query
:
{
out_trade_no
:
res
.
out_trade_no
,
shopId
:
this
.
shopId
}
});
}
else
{
this
.
$router
.
push
({
name
:
"success"
,
query
:
{
out_trade_no
:
res
.
out_trade_no
}
query
:
{
out_trade_no
:
res
.
out_trade_no
,
shopId
:
this
.
shopId
}
});
}
}
...
...
src/components/map/promptTime.vue
View file @
fbb38c51
...
...
@@ -52,6 +52,7 @@
dateConfirm
(
val
)
{
this
.
currentTime
=
val
this
.
dateShow
=
false
console
.
log
(
document
.
querySelectorAll
(
'.van-picker-column'
));
}
}
}
...
...
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