retrieve file
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user