添加购物车

选择
DongZeLiang 2024-04-07 11:42:45 +08:00
parent 0c2e5ebf2b
commit e39ae5c868
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ export default {
methods: { methods: {
addCart(){ addCart(){
addInfo(this.form).then(response => { addInfo(this.form).then(response => {
Message({message: , type: 'success'}) Message({message: "购物车添加成功", type: 'success'})
}) })
}, },
initSku(){ initSku(){