正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
| ... | ... | @@ -549,16 +549,16 @@ Page({ |
| 549 | 549 | }, |
| 550 | 550 | |
| 551 | 551 | span: function(e) { |
| 552 | - console.log(e) | |
| 553 | - if ("1" == e.target.id) { | |
| 552 | + console.log(e,'9808909') | |
| 553 | + if ("1" == e.currentTarget.id) { | |
| 554 | 554 | this.setData({ |
| 555 | 555 | isshow01: !this.data.isshow01 |
| 556 | 556 | }) |
| 557 | - } else if ("2" == e.target.id) { | |
| 557 | + } else if ("2" == e.currentTarget.id) { | |
| 558 | 558 | this.setData({ |
| 559 | 559 | isshow02: !this.data.isshow02 |
| 560 | 560 | }) |
| 561 | - } else if ("3" == e.target.id) { | |
| 561 | + } else if ("3" == e.currentTarget.id) { | |
| 562 | 562 | this.setData({ |
| 563 | 563 | isshow03: !this.data.isshow03 |
| 564 | 564 | }) | ... | ... |
请
注册
或
登录
后发表评论