添加报警功能
This commit is contained in:
@ -177,17 +177,19 @@ export default {
|
||||
return styles[this.type][styleType]
|
||||
},
|
||||
handleButtonClick() {
|
||||
console.log('[MessagePopup] Button clicked with value:', this.inputValue)
|
||||
|
||||
this.$emit('buttonClick', this.inputValue)
|
||||
},
|
||||
handleMaskClick() {
|
||||
console.log('[MessagePopup] Mask clicked')
|
||||
|
||||
this.$emit('maskClick')
|
||||
},
|
||||
closeClick(){
|
||||
|
||||
this.$emit('closePop')
|
||||
},
|
||||
handleCancelClick(){
|
||||
|
||||
this.$emit('cancelPop');
|
||||
},
|
||||
handleInput(e) {
|
||||
|
Reference in New Issue
Block a user