skyblued 3 years ago
parent
commit
c377ad65b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/shop-mall/modal/add-goods-cart/index.tsx

+ 1 - 1
src/views/shop-mall/modal/add-goods-cart/index.tsx

@@ -119,7 +119,7 @@ export default defineComponent({
               setTimeout(() => {
                 Toast({
                   icon: 'success',
-                  message: '添加购物车成功'
+                  message: '添加商品成功'
                 })
               }, 500)
             })