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
9cf5120b
Commit
9cf5120b
authored
Jul 31, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 顾问
parent
70487d7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
131 deletions
+5
-131
pay.service.js
src/service/pay.service.js
+2
-2
index.vue
src/views/Consultant/Exclusive/index.vue
+3
-129
No files found.
src/service/pay.service.js
View file @
9cf5120b
...
@@ -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-07-
29 15:08:38
* @LastEditTime: 2020-07-
31 10:46:33
*/
*/
import
{
Notify
}
from
"
@qg/cherry-ui
"
;
import
{
Notify
}
from
"
@qg/cherry-ui
"
;
...
@@ -24,7 +24,7 @@ function payByWeixinJsapi(info, callback) {
...
@@ -24,7 +24,7 @@ function payByWeixinJsapi(info, callback) {
appId
:
info
.
appId
,
//公众号名称,由商户传入
appId
:
info
.
appId
,
//公众号名称,由商户传入
timeStamp
:
info
.
timeStamp
,
//时间戳,自1970年以来的秒数
timeStamp
:
info
.
timeStamp
,
//时间戳,自1970年以来的秒数
nonceStr
:
info
.
nonceStr
,
//随机串
nonceStr
:
info
.
nonceStr
,
//随机串
package
:
`prepay_id=
${
info
.
prepayId
}
&partner_id=
${
info
.
partnerId
}
`
,
package
:
`prepay_id=
${
info
.
prepayId
}
`
,
signType
:
"
MD5
"
,
//微信签名方式:
signType
:
"
MD5
"
,
//微信签名方式:
paySign
:
info
.
sign
//微信签名
paySign
:
info
.
sign
//微信签名
},
},
...
...
src/views/Consultant/Exclusive/index.vue
View file @
9cf5120b
<
template
>
<
template
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"cul-hd"
>
<div
class=
"cul-hd"
></div>
<div
class=
"cul-hd-rec"
>
<h4
class=
"cul-hd-rec-title"
>
最高节省50%保费
</h4>
<small
class=
"cul-hd-rec-sub"
>
帮你量身选保险
</small>
</div>
<div
class=
"cul-hd-card"
>
<div
class=
"cul-hd-card-title"
>
您将获得的服务
</div>
<div
class=
"cul-hd-service"
>
<div
class=
"cul-hd-service-item"
v-for=
"(item, index) in serviceList"
:key=
"index"
>
<svg-icon
:icon-class=
"item.icon"
/>
<h5>
{{
item
.
title
}}
</h5>
<p>
{{
item
.
sub
}}
</p>
</div>
</div>
<div
class=
"cul-hd-stock"
>
<h4
class=
"cul-hd-stock-title"
>
还剩
<strong>
126
</strong>
份
</h4>
<div
class=
"cul-hd-progress"
>
<cr-progress
:show-pivot=
"false"
stroke-width=
"6"
color=
"#FFC842"
track-color=
"#F9F3F3"
:percentage=
"25"
/>
</div>
</div>
<div
class=
"cul-hd-card-foot"
>
<cr-button
type=
"warning"
block
@
click=
"$router.push('/consultant/success')"
>
0.99元聘请
</cr-button>
<cr-tag
class=
"cul-hd-discount"
shape=
"round"
>
<strong>
限时优惠
</strong>
<del>
<span>
原价
</span>
<em>
199
</em>
<span>
元
</span>
</del>
</cr-tag>
</div>
</div>
</div>
<div
class=
"cul-det"
>
<div
class=
"cul-det"
>
<card
title=
"想买保险,你是不是也有这些疑问?"
>
<cr-image
src=
"@/assets/images/consultant/intro.png"
width=
"100%"
height=
"auto"
/>
</card>
<card
title=
"芒果保险·1对1保险顾问来帮您?"
>
<card
title=
"芒果保险·1对1保险顾问来帮您?"
>
<div
class=
"cul-odds-sign"
>
<div
class=
"cul-odds-sign-item"
v-for=
"(item, index) in oddsList"
:key=
"index"
>
<svg-icon
:icon-class=
"item.icon"
/>
<h5>
{{
item
.
title
}}
</h5>
<p
v-for=
"(it, index) in item.sub"
:key=
"index"
>
{{
it
}}
</p>
</div>
</div>
<div
class=
"cul-odds-list"
>
<div
class=
"cul-odds-list"
>
<div
class=
"cul-odds-list-item"
v-for=
"(item, index) in oddsInsureList"
:key=
"index"
>
<div
class=
"cul-odds-list-item"
v-for=
"(item, index) in oddsInsureList"
:key=
"index"
>
<div
class=
"cul-odds-list-title"
>
<div
class=
"cul-odds-list-title"
>
...
@@ -74,42 +21,20 @@
...
@@ -74,42 +21,20 @@
</div>
</div>
</div>
</div>
</card>
</card>
<cps-qa
:qa-data=
"qaInfo"
:more=
"false"
/>
</div>
</div>
<tabbar
/>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Tabbar
from
"
@/components/Tabbar
"
;
import
Card
from
"
@/components/Card
"
;
import
Card
from
"
@/components/Card
"
;
import
Collapse
from
"
@/components/Collapse
"
;
import
CpsQa
from
"
../../Goods/Detail/modules/CpsQA
"
;
export
default
{
export
default
{
name
:
"
ConsultantExclusive
"
,
name
:
"
ConsultantExclusive
"
,
components
:
{
components
:
{
Tabbar
,
Card
Card
,
CpsQa
,
// eslint-disable-next-line
Collapse
},
},
data
()
{
data
()
{
return
{
return
{
serviceList
:
[
Info
:
{},
{
icon
:
"
team
"
,
title
:
"
资深
"
,
sub
:
"
保险精算团队
"
},
{
icon
:
"
card
"
,
title
:
"
专属
"
,
sub
:
"
保险顾问
"
},
{
icon
:
"
computer
"
,
title
:
"
全程
"
,
sub
:
"
一站式服务
"
}
],
oddsList
:
[
{
icon
:
"
ticket-shadow
"
,
title
:
"
省钱
"
,
sub
:
[
"
最高节省
"
,
"
50%保费
"
]
},
{
icon
:
"
shield-shadow
"
,
title
:
"
放心
"
,
sub
:
[
"
中立客观
"
,
"
量身定制
"
]
},
{
icon
:
"
ok-shadow
"
,
title
:
"
专业
"
,
sub
:
[
"
条款解读
"
,
"
有效投保
"
,
"
协助理赔
"
]
}
],
oddsInsureList
:
[
oddsInsureList
:
[
{
{
title
:
"
投保前
"
,
title
:
"
投保前
"
,
...
@@ -133,57 +58,6 @@ export default {
...
@@ -133,57 +58,6 @@ export default {
title
:
"
省钱
"
,
title
:
"
省钱
"
,
children
:
[[
"
协助理赔:
"
,
"
申请理赔时,理赔专家全程协助
"
]]
children
:
[[
"
协助理赔:
"
,
"
申请理赔时,理赔专家全程协助
"
]]
}
}
],
qaInfo
:
[
{
q
:
"
有了社保,还需要买保险吗?
"
,
a
:
`<p style="margin-bottom: 5px;">需要的。社保是基础保障,优势是覆盖范围广,劣势是抵御风险能力有限,社保报销外的自付部分,可以用商业保险来保障。</p>
<p style="margin-bottom: 5px;">比如【百万医疗险】的作用是补充社保,报销因大病造成的高额医疗负担;</p>
<p style="margin-bottom: 5px;">比如【重大疾病险】的作用是弥补因病造成的收入损失、维持家庭正常运转的成本;</p>
<p style="margin-bottom: 5px;">比如【意外险】的作用是保障意外风险,弥补家庭劳动力确实造成的收入损失。</p>
<p style="margin-bottom: 5px;">比如【寿险】的作用是身故赔付,是对家庭责任的延续。</p>
`
},
{
q
:
"
我是小白,买保险应该怎么买?
"
,
a
:
`<p style="margin-bottom: 5px;">健康类保险最基本的分为【医疗险】【重疾险】【意外险】【定期寿险】四类。</p>
<p style="margin-bottom: 5px;">【医疗险】通常需要提供“医疗票据”实报实销,赔付的保险金保障了因“疾病”、“意外”产生的医疗费用。</p>
<p style="margin-bottom: 5px;">【重疾险】通常需要提供“确诊证明”一次性获得赔付的保险金,前提是罹患的重大疾病在合同约定内。</p>
<p style="margin-bottom: 5px;">【意外险】通常需要提供“身故证明”或“致残证明”获得赔付的保险金,前提是“身故”、“致残”是因意外事件导致。</p>
<p style="margin-bottom: 5px;">【定期寿险】通常需要提供“身故证明”一次性赔付,赔付的保险金在一定程度上,缓解了家庭因被保人身故导致的经济压力。</p>
`
},
{
q
:
"
百万医疗险和重大疾病险有什么区别?
"
,
a
:
`<p style="margin-bottom: 5px;">【医疗险】和【重疾险】的区别主要有2种。</p>
<p style="margin-bottom: 5px;">一、【医疗险】是报销型,合理医疗费花多少报多少。<br />
【重疾险】是给付型,确诊后即可获得赔付,买多少保额赔多少钱。</p>
<p style="margin-bottom: 5px;"> 二、【医疗险】的本质是应对医疗支出。<br />
【重疾险】的本质是弥补因病导致的收入损失。</p>
`
},
{
q
:
"
我是中低收入,应该怎么买保险?
"
,
a
:
`<p style="margin-bottom: 5px;">对于大部分家庭来讲,每年比较合理的保费支出占可支配收入的5%~10%。</p>
<p style="margin-bottom: 5px;">低收入家庭:建议配置【医疗险】+【意外险】</p>
<p style="margin-bottom: 5px;">中收入家庭:建议酌情配置【医疗险】+【重疾险】+【意外险】</p>
<p style="margin-bottom: 5px;">有条件的家庭:可以配置【高端医疗险】+【重疾险】+【意外险】+【寿险】</p>`
},
{
q
:
"
“消费型保险”和“返还型保险”是什么意思?
"
,
a
:
`<p style="margin-bottom: 5px;">简单讲,“消费型保险”在合同到期后不返还保费,“返还型保险”在合同到期后返还保费。</p>
<p style="margin-bottom: 5px;">【消费型保险】重点在“保障”,合同期内发生风险,保险公司赔偿保险金,合同期外发生风险,保险公司不赔偿也不退回保费。</p>
<p style="margin-bottom: 5px;">【返还型保险】重点在“返还”,合同期内发生风险,保险公司赔偿保险金,合同到期未赔偿,保险公司退回保费。</p>
<p style="margin-bottom: 5px;">两种类型的保险各有优势,而且“返回型保险”种类繁多,建议投保人咨询“闪电保险1对1保险顾问”进行详细了解。</p>
`
},
{
q
:
"
医疗险可以重复购买吗?
"
,
a
:
`<p style="margin-bottom: 5px;">不建议重复购买。</p>
<p style="margin-bottom: 5px;">医疗险属于报销型,原则上报销后的医疗费不得高于已支付的医疗费。</p>
<p style="margin-bottom: 5px;">医疗险在报销时,通常由一家保险公司报销,如果达到报销额度上限还未报销完,且购买其他医疗险,可由第二家保险公司接着报销。</p>
<p style="margin-bottom: 5px;">现在常见的【百万医疗险】保额可达600万,基本上可以覆盖所有的医疗费用。</p>`
}
]
]
};
};
},
},
...
...
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