收藏
回答

无效的 app.json tabBar.list[2]["events"]

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows 1.06.2409131

  index.js

onTabItemTap() {
    if (this.login) {
      this.setData({
        isLoad: true,
        skipNumCom: 0,
        skipNumUn: 0,
        borrowRecordComplete: [],
        borrowRecordUncomplete: []
      }, () => {
        if (this.data.tabCur == "complete") {
          this.getBorrowRecordComplete()
        } else if (this.data.tabCur == "uncomplete") {
          this.getBorrowRecordUncomplete()
        }
      })
    }
  },


app.json

 {
      "pagePath""pages/remind/index",
      "text""明细",
      "iconPath""icons/remind.png",
      "selectedIconPath""icons/remind1.png",
      "events":{
        "bind:tap":"onTabItemTap"
      }



回答关注问题邀请回答
收藏
登录 后发表内容