添加购物车
parent
0c2e5ebf2b
commit
e39ae5c868
|
@ -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(){
|
||||||
|
|
Loading…
Reference in New Issue