MCPcopy Create free account
hub / github.com/coderwhy/HYMiniMall / onShow

Function onShow

pages/cart/cart.js:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) { // 目前全部选中

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected