Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mongo-ui
Commits
2a112d91
Commit
2a112d91
authored
Aug 30, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/goods' into 'master'
fix: 微信H5支付safari问题修复 See merge request
!141
parents
d11c3406
ecd01d60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pay.js
src/service/pay.js
+2
-2
index.vue
src/views/Policy/PayWaiting/index.vue
+1
-1
No files found.
src/service/pay.js
View file @
2a112d91
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Description: 支付微信h5, jsapi, 第三方收银台,跳转)
* @Description: 支付微信h5, jsapi, 第三方收银台,跳转)
* @Date: 2020-07-28 15:03:52
* @Date: 2020-07-28 15:03:52
* @LastEditors: gzw
* @LastEditors: gzw
* @LastEditTime: 2020-08-
28 22:07:04
* @LastEditTime: 2020-08-
30 17:29:21
*/
*/
import
qs
from
"
qs
"
;
import
qs
from
"
qs
"
;
...
@@ -79,7 +79,7 @@ function payByWeixinH5(info) {
...
@@ -79,7 +79,7 @@ function payByWeixinH5(info) {
*/
*/
function
payByThirdPartyCashier
(
info
)
{
function
payByThirdPartyCashier
(
info
)
{
if
(
!
info
.
url
)
return
;
if
(
!
info
.
url
)
return
;
info
.
params
.
isXyqb
=
isXyqb
?
1
:
0
;
info
.
params
.
third
=
1
;
const
currentPath
=
encodeURIComponent
(
const
currentPath
=
encodeURIComponent
(
window
.
location
.
origin
+
window
.
location
.
origin
+
"
/payWaiting
"
+
"
/payWaiting
"
+
...
...
src/views/Policy/PayWaiting/index.vue
View file @
2a112d91
...
@@ -26,7 +26,7 @@ export default {
...
@@ -26,7 +26,7 @@ export default {
this
.
isPayWait
=
true
;
this
.
isPayWait
=
true
;
this
.
orderInfo
=
this
.
$route
.
query
;
this
.
orderInfo
=
this
.
$route
.
query
;
// 如果存在isXyqb,同时当前不是在信用钱包环境
// 如果存在isXyqb,同时当前不是在信用钱包环境
if
((
this
.
orderInfo
.
is
fXyqb
==
1
&&
!
isXyqb
)
||
this
.
orderInfo
.
third
===
"
zhongan
"
)
{
if
((
this
.
orderInfo
.
is
Xyqb
==
1
&&
!
isXyqb
)
||
this
.
orderInfo
.
third
==
1
)
{
window
.
location
.
href
=
"
xyqb://my
"
;
window
.
location
.
href
=
"
xyqb://my
"
;
if
(
localStorage
.
get
(
"
mongoToken
"
))
{
if
(
localStorage
.
get
(
"
mongoToken
"
))
{
this
.
$router
.
replace
(
"
/policy
"
);
this
.
$router
.
replace
(
"
/policy
"
);
...
...
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