本人确认已阅读
@@ -67,7 +66,6 @@ export default {
[Button.name]: Button,
[Radio.name]: Radio,
[RadioGroup.name]: RadioGroup,
- // [CheckboxGroup.name]: CheckboxGroup,
[NoticeBar.name]: NoticeBar,
[Dialog.name]: Dialog
},
@@ -132,7 +130,6 @@ export default {
}
},
sign() {
- // let that = this
this.$toast.loading({
duration: 0, // 持续展示 toast
forbidClick: true, // 禁用背景点击
@@ -170,9 +167,6 @@ export default {
} else {
let that = this
let data = {
- // userModel: {
- // mobile: '13000000000'
- // },
baseEncryp: that.base64,
ebizAgreementDto: that.appntSign
}
@@ -205,16 +199,6 @@ export default {
}
})
}
-
- // this.$jump({
- // flag: 'h5',
- // extra: {
- // url: location.origin + `/#/agentEenter/confirmation`
- // },
- // routerInfo: {
- // path: `/agentEenter/confirmation`
- // }
- // })
},
goBack() {
this.$jump({
@@ -242,7 +226,6 @@ export default {
listenChange(val) {
let that = this
if (val.isOver == true && val.radio != '') {
- // if (val.isOver == true && val.radio != '' && val.appntSign.signState !== '1') {
that.isDisable = false
} else {
that.isDisable = true
@@ -253,10 +236,6 @@ export default {
} else {
that.isDisabledComplite = true
}
- /*
- if (val.appntSign.signState == '1') {
- that.isDisable = true
- }*/
}
},
beforeRouteLeave(to, from, next) {
diff --git a/src/views/ebiz/agentEenter/IllegalLetterOfCommitment.vue b/src/views/ebiz/agentEenter/IllegalLetterOfCommitment.vue
index eaf37c04f..5f4f98695 100644
--- a/src/views/ebiz/agentEenter/IllegalLetterOfCommitment.vue
+++ b/src/views/ebiz/agentEenter/IllegalLetterOfCommitment.vue
@@ -3,7 +3,6 @@
{{ `提示:阅读时长需在${time}秒以上` }}
-
本人确认已阅读
@@ -22,7 +21,7 @@