Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ptfw-uniapp
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
侯忠英
ptfw-uniapp
Commits
bafbf67d
Commit
bafbf67d
authored
Jul 23, 2019
by
刘攀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复直接第三方支付无法再次拉起的bug
parent
32d70667
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
index.vue
src/pages/order/afterPayDetail/index.vue
+1
-0
index.vue
src/pages/order/create/index.vue
+1
-0
index.vue
src/pages/order/detail/index.vue
+1
-0
index.vue
src/pages/order/list/index.vue
+1
-0
pay.vue
src/pages/pay/pay.vue
+1
-0
paying.vue
src/pages/pay/paying/paying.vue
+1
-0
No files found.
src/pages/order/afterPayDetail/index.vue
View file @
bafbf67d
...
...
@@ -375,6 +375,7 @@
// 取消支付回调
payCancel
()
{
this
.
isPay
=
false
this
.
togglePayVisible
(
false
)
},
// 支付组件-操作成功回调
paySuccess
()
{
...
...
src/pages/order/create/index.vue
View file @
bafbf67d
...
...
@@ -903,6 +903,7 @@
// 取消支付回调
payCancel
()
{
this
.
_isPay
=
false
this
.
togglePayVisible
(
false
)
},
// 创建订单成功回调
onCreateOrderSuccess
(
e
){
...
...
src/pages/order/detail/index.vue
View file @
bafbf67d
...
...
@@ -553,6 +553,7 @@
},
payCancel
()
{
this
.
isPay
=
false
this
.
togglePayVisible
(
false
)
},
phoneCall
()
{
let
orderDetail
=
this
.
orderDetail
...
...
src/pages/order/list/index.vue
View file @
bafbf67d
...
...
@@ -289,6 +289,7 @@
},
payCancel
()
{
this
.
isPay
=
false
this
.
togglePayVisible
(
false
)
},
// 加餐
addMeal
(
e
)
{
...
...
src/pages/pay/pay.vue
View file @
bafbf67d
...
...
@@ -627,6 +627,7 @@
onPayCancel
(
e
)
{
this
.
_isLockPay
=
false
this
.
isShowPayLoading
=
false
this
.
togglePayVisible
(
false
)
},
// 支付组件-支付状态
onPayState
(
e
)
{
...
...
src/pages/pay/paying/paying.vue
View file @
bafbf67d
...
...
@@ -627,6 +627,7 @@
onPayCancel
(
e
)
{
this
.
_isLockPay
=
false
this
.
isShowPayLoading
=
false
this
.
togglePayVisible
(
false
)
},
// 支付组件-支付状态
onPayState
(
e
)
{
...
...
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