retrieve file

This commit is contained in:
2020-07-14 10:13:27 +08:00
parent d1e1934239
commit b83b375945
9 changed files with 81 additions and 25 deletions

View File

@@ -119,8 +119,15 @@ export default {
this.getFreight();
},
methods: {
showTotalPrice() {
sendOrder() {
this.$u.api.sendOrder({
ifcart: 1,
// cart_id: ,
address_id: this.addressInfo.area_id,
buy_city_id: this.addressInfo.city_id,
}).then(res => {
})
},
getFreight() {
this.$u.api.getFreight({