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
73b5c8f4
Commit
73b5c8f4
authored
Aug 28, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/goods' into 'master'
fix: 众安支付 See merge request
!119
parents
65ff7a49
90a5f75c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
InsurePersonForm.vue
src/views/Goods/Detail/modules/InsurePersonForm.vue
+3
-0
detailPay.mixin.js
src/views/Goods/Detail/modules/detailPay.mixin.js
+1
-1
index.vue
src/views/Policy/PayWaiting/index.vue
+1
-1
No files found.
src/views/Goods/Detail/modules/InsurePersonForm.vue
View file @
73b5c8f4
...
...
@@ -445,6 +445,9 @@ export default {
}
else
{
this
.
formData
.
relation
=
"
1
"
;
}
if
(
this
.
mongoToken
&&
!
this
.
formData
.
selfPhone
)
{
this
.
formData
.
selfPhone
=
this
.
userInfo
.
phoneNoMask
;
}
if
(
!
this
.
formData
.
selfName
)
{
const
selfInfo
=
this
.
familyList
.
find
(
item
=>
item
.
relation
===
1
);
this
.
selfInfoReadonly
=
!!
selfInfo
;
...
...
src/views/Goods/Detail/modules/detailPay.mixin.js
View file @
73b5c8f4
...
...
@@ -61,7 +61,7 @@ export default {
state
:
1
}
};
}
else
if
(
tradeType
===
"
JSAPI
"
&&
!
res
.
payInfo
.
payUrl
)
{
}
else
if
(
tradeType
===
"
JSAPI
"
&&
!
res
.
payInfo
.
payUrl
&&
!
res
.
payUrl
)
{
payInfo
=
res
.
payInfo
;
}
else
{
payInfo
=
{
...
...
src/views/Policy/PayWaiting/index.vue
View file @
73b5c8f4
...
...
@@ -15,7 +15,7 @@ export default {
};
},
mounted
()
{
if
(
document
.
referrer
.
indexOf
(
"
tenpay
"
)
>
-
1
)
{
if
(
document
.
referrer
.
length
>
0
)
{
window
.
location
.
href
=
window
.
location
.
origin
+
"
/payWaiting
"
+
...
...
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