yiming
2024-04-03 f0229b7c6801f6429dec75e208192b61053b8c7d
packageBookService/pages/bookServices/detail/index.js
@@ -849,6 +849,11 @@
        }
        const addRes = app.MG.store.addShoppingCart(query)
        this.showSuccessToast()
        console.log(addRes, 'addRes');
        wx.switchTab({
          url: '/pages/cart/index',
        })
      } else {
        Toast({
@@ -878,6 +883,7 @@
      theme: 'success',
      direction: 'column',
    });
  },
  async buyBook() {
@@ -1851,4 +1857,5 @@
      teach: tree
    })
  },
})