个人中心
This commit is contained in:
@@ -73,7 +73,18 @@ export default {
|
||||
checkedAll: false
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.getCartList();
|
||||
},
|
||||
methods: {
|
||||
getCartList() {
|
||||
this.$u.api.getCartList().then((res)=>{
|
||||
if (res.errCode == 0) {
|
||||
console.log(res);
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
reduce(value, store) {
|
||||
console.log(value, store)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user