mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 02:46:45 +08:00
新市民弹窗样式修改
This commit is contained in:
@@ -271,6 +271,12 @@
|
||||
<div v-for="(item,index) in thisdialogcontent" style="margin-bottom: 10px;letter-spacing: 1px;">{{index+1}}:{{item}}</div>
|
||||
</div>
|
||||
</van-dialog>
|
||||
<van-dialog v-model="thisnewpeopledialogshow" title="提示" confirmButtonText="确定" @confirm="newpeopledialogconfirm">
|
||||
<div style="padding: 20px;font-size: 14px;padding-top: 0px;">
|
||||
<div style="line-height: 25px;letter-spacing: 1px;">尊敬的客户您好!</div>
|
||||
<div style="line-height: 25px;letter-spacing: 1px;text-indent: 2em;">感谢您投保我公司“爱心保/安心保”产品,在本保险合同生效后被保险人将获得一份专属的健康管理服务,详情请登录公司官方微信公众号“国富人寿保险”>发现国富>新市民专区 查询或拨打公司客服热线400-694-6688咨询,本服务为无偿提供。</div>
|
||||
</div>
|
||||
</van-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -286,6 +292,7 @@ import utils from '../../../assets/js/business-common'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
thisnewpeopledialogshow: false,
|
||||
thisdialogshow: false,
|
||||
thisdialogcontent: '',
|
||||
isNotify: false, //是否有异常的健康告知
|
||||
@@ -1025,27 +1032,9 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
// 点击下一步
|
||||
next() {
|
||||
newpeopledialogconfirm(){
|
||||
let that = this
|
||||
that.list.map((i) => {
|
||||
delete i.name
|
||||
})
|
||||
let nowTime = new Date().getTime()
|
||||
let localTime = window.localStorage.getItem('serrorTime')
|
||||
if(nowTime - localTime < 20000){
|
||||
this.$toast('您操作过于频繁,请20S后再试!')
|
||||
return false
|
||||
}
|
||||
if(JSON.parse(localStorage.mainRiskCodes)[0] == 'GFRS_M0076' || JSON.parse(localStorage.mainRiskCodes)[0] == 'GFRS_M0077') {
|
||||
this.$dialog
|
||||
.alert({
|
||||
title: '提示',
|
||||
message: '尊敬的客户您好!感谢您投保我公司“爱心保/安心保”产品,在本保险合同生效后被保险人将获得一份专属的健康管理服务,详情请登录公司官方微信公众号“国富人寿保险”>发现国富>新市民专区 查询或拨打公司客服热线400-694-6688咨询,本服务为无偿提供。',
|
||||
confirmButtonColor: '#E9332E',
|
||||
})
|
||||
.then(() => {
|
||||
that.thisnewpeopledialogshow = false
|
||||
let data = {
|
||||
orderDTO: {
|
||||
orderInfoDTO: {
|
||||
@@ -1107,10 +1096,21 @@ export default {
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
// 点击下一步
|
||||
next() {
|
||||
let that = this
|
||||
that.list.map((i) => {
|
||||
delete i.name
|
||||
})
|
||||
.catch(() => {
|
||||
return
|
||||
})
|
||||
let nowTime = new Date().getTime()
|
||||
let localTime = window.localStorage.getItem('serrorTime')
|
||||
if(nowTime - localTime < 20000){
|
||||
this.$toast('您操作过于频繁,请20S后再试!')
|
||||
return false
|
||||
}
|
||||
if(JSON.parse(localStorage.mainRiskCodes)[0] == 'GFRS_M0076' || JSON.parse(localStorage.mainRiskCodes)[0] == 'GFRS_M0077') {
|
||||
that.thisnewpeopledialogshow = true
|
||||
} else {
|
||||
let data = {
|
||||
orderDTO: {
|
||||
|
||||
Reference in New Issue
Block a user