From e39ae5c86817a96c265edd42a793b52e260ac568 Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Sun, 7 Apr 2024 11:42:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B4=AD=E7=89=A9=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/info/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/product/info/detail/index.vue b/src/views/product/info/detail/index.vue index 3812342..b53dbf3 100644 --- a/src/views/product/info/detail/index.vue +++ b/src/views/product/info/detail/index.vue @@ -137,7 +137,7 @@ export default { methods: { addCart(){ addInfo(this.form).then(response => { - Message({message: , type: 'success'}) + Message({message: "购物车添加成功", type: 'success'}) }) }, initSku(){