(e)
| 22 | */ |
| 23 | methods: { |
| 24 | itemClick(e) { |
| 25 | // 1.设置最新的index |
| 26 | this.setData({ |
| 27 | currentIndex: e.currentTarget.dataset.index |
| 28 | }) |
| 29 | |
| 30 | // 2.发出时间 |
| 31 | const data = {index: this.data.currentIndex} |
| 32 | this.triggerEvent("tabclick", data, {}) |
| 33 | } |
| 34 | } |
| 35 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected