MrShi
12 小时以前 bc5d79cdd957fcee510d7a1cee07f6775af65596
mini-program/pages/mall/mall.vue
@@ -216,7 +216,7 @@
               num: 1
            }).then(res => {
               if (res.code === 200) {
                  uni.showToast({ title: '添加成功', icon: 'success' })
                  uni.showToast({ title: '添加成功', icon: 'success', mask: true })
                  this.getCartNum()
               }
            })