|
@ -73,7 +73,6 @@ |
|
|
if (this.show) { |
|
|
if (this.show) { |
|
|
this.show = false; |
|
|
this.show = false; |
|
|
clearInterval(this.timer) //清空timer |
|
|
clearInterval(this.timer) //清空timer |
|
|
this.$.refs.modal.popupClose(); |
|
|
|
|
|
this.success({ |
|
|
this.success({ |
|
|
// cancel: false, |
|
|
// cancel: false, |
|
|
confirm: true, |
|
|
confirm: true, |
|
@ -83,7 +82,7 @@ |
|
|
|
|
|
|
|
|
cancelClose() { |
|
|
cancelClose() { |
|
|
clearInterval(this.timer) //清空timer |
|
|
clearInterval(this.timer) //清空timer |
|
|
this.$.refs.modal.popupClose(); |
|
|
this.$refs.modal.popupClose(); |
|
|
this.success({ |
|
|
this.success({ |
|
|
// cancel: true, |
|
|
// cancel: true, |
|
|
confirm: false, |
|
|
confirm: false, |
|
|