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 }) }, })