提交 bb808d02704ce684aa58cc4b942d43381f596404

作者 pangy
1 个父辈 5b83dcf3

优化点击响应区域

... ... @@ -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 })
... ...
注册登录 后发表评论