添加购物车

master
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: {
addCart(){
addInfo(this.form).then(response => {
Message({message: , type: 'success'})
Message({message: "购物车添加成功", type: 'success'})
})
},
initSku(){