@@ -141,10 +141,14 @@ export default {
this.confirmReachFn()
}
},
- manualConfirmReachFn(){
+ manualConfirmReachFn(e){
console.log('aaaa')
+ if (e.index === 0) {
+ this.cancelConfirmReachFn()
+ } else {
+ this.confirmReachFn()
+ }
return false
- this.confirmReachFn()
cancelConfirmReachFn(){
console.log('bbb')