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
71a2b3af
Commit
71a2b3af
authored
Aug 19, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/policy_fix' into 'master'
fix: 试算字段调整 See merge request
!47
parents
ca47f760
87a427f3
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
detail.huagui.shouxian.js
src/api/detail.huagui.shouxian.js
+1
-1
product.js
src/api/product.js
+1
-1
dev.config.js
src/config/dev.config.js
+2
-2
AIDetail.vue
src/views/Goods/Detail/AIDetail.vue
+1
-1
CIIDetail.vue
src/views/Goods/Detail/CIIDetail.vue
+1
-1
LIDetail.vue
src/views/Goods/Detail/LIDetail.vue
+1
-1
MIDetail.vue
src/views/Goods/Detail/MIDetail.vue
+1
-1
index.vue
src/views/Policy/Add/index.vue
+1
-1
No files found.
src/api/detail.huagui.shouxian.js
View file @
71a2b3af
...
...
@@ -4,7 +4,7 @@
* @Description: 华贵大麦2020定期寿险
* @Date: 2020-07-27 15:46:37
* @LastEditors: gzw
* @LastEditTime: 2020-08-1
8 22:42:18
* @LastEditTime: 2020-08-1
9 10:07:43
*/
import
goodsBg
from
"
@/assets/images/goods/detail/shouxian/bg.png
"
;
...
...
src/api/product.js
View file @
71a2b3af
...
...
@@ -21,7 +21,7 @@ export const getLink = () => {
// 产品算价
export
const
trail
=
param
=>
{
return
req
.
post
(
"
product/price/tr
ai
l
"
,
param
);
return
req
.
post
(
"
product/price/tr
ia
l
"
,
param
);
};
// 下单流程
...
...
src/config/dev.config.js
View file @
71a2b3af
export
default
{
//
basicHost: "http://yapi.quantgroups.com/mock/329/",
basicHost
:
"
http://192.168.29.211:8964/
"
,
basicHost
:
"
http://yapi.quantgroups.com/mock/329/
"
,
//
basicHost: "http://192.168.29.211:8964/",
wxAppId
:
"
wx514de17b23d53a20
"
};
src/views/Goods/Detail/AIDetail.vue
View file @
71a2b3af
...
...
@@ -289,7 +289,7 @@ export default {
const
_param
=
{
productNo
:
this
.
goodId
,
productUserInfo
:
{
u
serInfo
:
{
insuredU
serInfo
:
{
idNo
,
userInfoSecId
:
userInfoSecId
?
userInfoSecId
:
undefined
},
...
...
src/views/Goods/Detail/CIIDetail.vue
View file @
71a2b3af
...
...
@@ -262,7 +262,7 @@ export default {
const
_param
=
{
productNo
:
this
.
goodId
,
productUserInfo
:
{
u
serInfo
:
{
insuredU
serInfo
:
{
idNo
,
socialSecurity
:
socialSecurity
?
!!
Number
(
socialSecurity
)
:
true
,
userInfoSecId
:
userInfoSecId
?
userInfoSecId
:
undefined
...
...
src/views/Goods/Detail/LIDetail.vue
View file @
71a2b3af
...
...
@@ -235,7 +235,7 @@ export default {
const
_param
=
{
productNo
:
this
.
goodId
,
productUserInfo
:
{
u
serInfo
:
{
insuredU
serInfo
:
{
birth
,
gender
},
...
...
src/views/Goods/Detail/MIDetail.vue
View file @
71a2b3af
...
...
@@ -287,7 +287,7 @@ export default {
const
_param
=
{
productNo
:
this
.
goodId
,
productUserInfo
:
{
u
serInfo
:
{
insuredU
serInfo
:
{
idNo
,
socialSecurity
:
socialSecurity
?
!!
Number
(
socialSecurity
)
:
true
,
userInfoSecId
:
userInfoSecId
?
userInfoSecId
:
undefined
...
...
src/views/Policy/Add/index.vue
View file @
71a2b3af
...
...
@@ -666,7 +666,7 @@ export default {
const
_param
=
{
productNo
:
this
.
formData
.
productNo
,
productUserInfo
:
{
u
serInfo
:
{
insuredU
serInfo
:
{
idNo
,
userInfoSecId
,
socialSecurity
:
socialSecurity
===
"
1
"
?
true
:
false
...
...
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