diff --git a/src/mods/AppServiceOnlineNew/serviceForm.vue b/src/mods/AppServiceOnlineNew/serviceForm.vue index cc15d91..2d4c60a 100644 --- a/src/mods/AppServiceOnlineNew/serviceForm.vue +++ b/src/mods/AppServiceOnlineNew/serviceForm.vue @@ -121,9 +121,9 @@ -
{{ currIndex === 3 ? '签名并提交' : '下一步' }}
+
{{ currIndex === 3 ? '提交' : '下一步' }}
- + @@ -152,14 +152,14 @@ export default { return { pageShow: false, currIndex: 2, - isShow: false, + // isShow: false, id: '', list: [], handwriting: '', isHasSignature: false, tableForm: [], info: {}, - isTouch: false, + // isTouch: false, fileManage: null, } }, @@ -184,28 +184,28 @@ export default { onReady() {}, methods: { - clear() { - this.isTouch = false - this.handwriting.retDraw() - }, + // clear() { + // this.isTouch = false + // this.handwriting.retDraw() + // }, uploadScaleStart(event) { this.handwriting.uploadScaleStart(event) }, - uploadScaleMove(event) { - this.isTouch = true - this.handwriting.uploadScaleMove(event) - }, + // uploadScaleMove(event) { + // this.isTouch = true + // this.handwriting.uploadScaleMove(event) + // }, uploadScaleEnd(event) { this.handwriting.uploadScaleEnd(event) }, submitSignature() { - if (!this.isTouch) { - return this.$toast('签名不能为空') - } + // if (!this.isTouch) { + // return this.$toast('签名不能为空') + // } this.handwriting .saveCanvas() @@ -224,8 +224,8 @@ export default { .then((res) => { if (res.code === 0) { this.signatureId = res.data - this.isShow = false - this.$toast('签名成功') + // this.isShow = false + // this.$toast('签名成功') this.$nextTick(() => { this.submitForm() @@ -463,9 +463,9 @@ export default { canvasName: 'handWriting', }) - this.$nextTick(() => { - this.isShow = true - }) + // this.$nextTick(() => { + // this.isShow = true + // }) return false }