mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
youhua
This commit is contained in:
parent
19b3a10e62
commit
135f584eb0
@ -153,7 +153,6 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
...mapActions(['addCartGoods', 'getCartList']),
|
||||
jump(path, parmas) {
|
||||
this.$Router.push({
|
||||
path: path,
|
||||
@ -271,6 +270,11 @@ export default {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
},
|
||||
addCartGoods:function(_confirmGoodsList){
|
||||
return new Promise((resolve, reject) => {
|
||||
console.log('_confirmGoodsList',_confirmGoodsList)
|
||||
})
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user