()
| 38 | } |
| 39 | }, |
| 40 | onShow() { |
| 41 | wx.setNavigationBarTitle({ |
| 42 | title: `购物车(${this.data.cartList.length})`, |
| 43 | }) |
| 44 | |
| 45 | this.changeData() |
| 46 | }, |
| 47 | onSelectAll() { |
| 48 | // 1.判断是否是全部选中 |
| 49 | if (this.data.isSelectAll) { // 目前全部选中 |
nothing calls this directly
no outgoing calls
no test coverage detected