diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue
index 375db94b5..378280dcd 100644
--- a/src/views/ebiz/sale/SignatureConfirmation.vue
+++ b/src/views/ebiz/sale/SignatureConfirmation.vue
@@ -35,7 +35,7 @@
-
分享
+ > -->
点击【开始】按钮,进行相关操作
- 分享
+ > -->
开始
@@ -440,60 +440,60 @@ export default {
},
toTest() {},
// 微信分享
- share(code) {
- let shareName = ''
- if (code == '1') {
- shareName = '被保人'
- } else {
- shareName = '投保人'
- }
- console.log('`````````````测试安卓url`````````````````')
- console.log(
- location.origin +
- '/#/sale/signatureConfirmation?orderNo=' +
- localStorage.orderNo +
- '&token=' +
- localStorage.token +
- '&saleInsuredInfo=' +
- localStorage.saleInsuredInfo +
- '&saleInsuredPersonInfo=' +
- localStorage.saleInsuredPersonInfo +
- '&relationToAppnt=' +
- JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo')).relationToAppnt +
- '&shareCode=' +
- code +
- '&signInvalid=' +
- this.signInvalid +
- '&productCode=' +
- localStorage.productCode
- )
- EWebBridge.webCallAppInJs('bridge', {
- flag: 'share',
- extra: {
- title: `国富人寿电子投保单(${shareName})签字`,
- content: '签字进行',
- url:
- location.origin +
- '/#/sale/signatureConfirmation?orderNo=' +
- localStorage.orderNo +
- '&token=' +
- localStorage.token +
- '&saleInsuredInfo=' +
- encodeURI(localStorage.saleInsuredInfo) +
- '&saleInsuredPersonInfo=' +
- encodeURI(localStorage.saleInsuredPersonInfo) +
- '&relationToAppnt=' +
- JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo')).relationToAppnt +
- '&shareCode=' +
- code +
- '&signInvalid=' +
- this.signInvalid +
- '&productCode=' +
- localStorage.productCode,
- img: this.$assetsUrl + 'images/logo.png'
- }
- })
- },
+ // share(code) {
+ // let shareName = ''
+ // if (code == '1') {
+ // shareName = '被保人'
+ // } else {
+ // shareName = '投保人'
+ // }
+ // console.log('`````````````测试安卓url`````````````````')
+ // console.log(
+ // location.origin +
+ // '/#/sale/signatureConfirmation?orderNo=' +
+ // localStorage.orderNo +
+ // '&token=' +
+ // localStorage.token +
+ // '&saleInsuredInfo=' +
+ // localStorage.saleInsuredInfo +
+ // '&saleInsuredPersonInfo=' +
+ // localStorage.saleInsuredPersonInfo +
+ // '&relationToAppnt=' +
+ // JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo')).relationToAppnt +
+ // '&shareCode=' +
+ // code +
+ // '&signInvalid=' +
+ // this.signInvalid +
+ // '&productCode=' +
+ // localStorage.productCode
+ // )
+ // EWebBridge.webCallAppInJs('bridge', {
+ // flag: 'share',
+ // extra: {
+ // title: `国富人寿电子投保单(${shareName})签字`,
+ // content: '签字进行',
+ // url:
+ // location.origin +
+ // '/#/sale/signatureConfirmation?orderNo=' +
+ // localStorage.orderNo +
+ // '&token=' +
+ // localStorage.token +
+ // '&saleInsuredInfo=' +
+ // encodeURI(localStorage.saleInsuredInfo) +
+ // '&saleInsuredPersonInfo=' +
+ // encodeURI(localStorage.saleInsuredPersonInfo) +
+ // '&relationToAppnt=' +
+ // JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo')).relationToAppnt +
+ // '&shareCode=' +
+ // code +
+ // '&signInvalid=' +
+ // this.signInvalid +
+ // '&productCode=' +
+ // localStorage.productCode,
+ // img: this.$assetsUrl + 'images/logo.png'
+ // }
+ // })
+ // },
// 提交
next() {
this.$toast.loading({
diff --git a/src/views/ebiz/serve/Detail.vue b/src/views/ebiz/serve/Detail.vue
index 96fbe6a0e..3f86f7a47 100644
--- a/src/views/ebiz/serve/Detail.vue
+++ b/src/views/ebiz/serve/Detail.vue
@@ -77,9 +77,9 @@
-
+
@@ -226,52 +226,52 @@ export default {
pageData[key + 'Text'] = item.text //渲染页面使用的字段
}
})
- },
- // 回执签收
- next() {
- EWebBridge.webCallAppInJs('face_auth', {
- number: this.appntDTO.idNo, //身份证号码
- name: this.appntDTO.name //姓名
- }).then(data => {
- this.$toast.loading({
- duration: 0, // 持续展示 toast
- forbidClick: true, // 禁用背景点击
- loadingType: 'spinner',
- message: '加载中……'
- })
- if (JSON.parse(data).state == '1') {
- let params = {
- contNo: window.localStorage.getItem('policyNo')
- }
- getReceiptSign(params).then(res => {
- if (res.result == '0') {
- this.$toast.clear()
- window.localStorage.setItem('insurance-policyUrl', res.signUrl)
- window.localStorage.setItem('detailJump', '1')
- window.localStorage.setItem('contNo', this.OrderInfoDTO.contNo)
- window.localStorage.setItem('orderNo', this.OrderInfoDTO.orderNo)
- window.localStorage.setItem('orderStatus', this.OrderInfoDTO.orderStatus)
- window.localStorage.setItem('saleInsuredInfo', JSON.stringify(this.appntDTO))
- this.$jump({
- flag: 'h5',
- extra: {
- url: location.origin + '/#/sale/signatureOfElectronic',
- forbidSwipeBack: '1'
- },
- routerInfo: {
- path: '/sale/signatureOfElectronic'
- }
- })
- } else {
- this.$toast(res.resultMessage)
- }
- })
- } else {
- this.$toast.clear()
- this.$toast(JSON.parse(data).error)
- }
- })
}
+ // 回执签收
+ // next() {
+ // EWebBridge.webCallAppInJs('face_auth', {
+ // number: this.appntDTO.idNo, //身份证号码
+ // name: this.appntDTO.name //姓名
+ // }).then(data => {
+ // this.$toast.loading({
+ // duration: 0, // 持续展示 toast
+ // forbidClick: true, // 禁用背景点击
+ // loadingType: 'spinner',
+ // message: '加载中……'
+ // })
+ // if (JSON.parse(data).state == '1') {
+ // let params = {
+ // contNo: window.localStorage.getItem('policyNo')
+ // }
+ // getReceiptSign(params).then(res => {
+ // if (res.result == '0') {
+ // this.$toast.clear()
+ // window.localStorage.setItem('insurance-policyUrl', res.signUrl)
+ // window.localStorage.setItem('detailJump', '1')
+ // window.localStorage.setItem('contNo', this.OrderInfoDTO.contNo)
+ // window.localStorage.setItem('orderNo', this.OrderInfoDTO.orderNo)
+ // window.localStorage.setItem('orderStatus', this.OrderInfoDTO.orderStatus)
+ // window.localStorage.setItem('saleInsuredInfo', JSON.stringify(this.appntDTO))
+ // this.$jump({
+ // flag: 'h5',
+ // extra: {
+ // url: location.origin + '/#/sale/signatureOfElectronic',
+ // forbidSwipeBack: '1'
+ // },
+ // routerInfo: {
+ // path: '/sale/signatureOfElectronic'
+ // }
+ // })
+ // } else {
+ // this.$toast(res.resultMessage)
+ // }
+ // })
+ // } else {
+ // this.$toast.clear()
+ // this.$toast(JSON.parse(data).error)
+ // }
+ // })
+ // }
}
}