order comment 7.31

This commit is contained in:
2020-07-31 21:47:41 +08:00
parent cdd0105acb
commit ff7c6b358d
10 changed files with 310 additions and 164 deletions

View File

@@ -42,7 +42,8 @@ export default {
},
methods: {
getOrderLogistics(id) {
this.$u.api.orderLogistics({ id: 16 }).then(res => {
this.$u.api.orderLogistics({ id: id }).then(res => {
this.$u.toast(res.message);
if(res.errCode == 0) {
this.expressInfo = res.data.express_info;
this.list = res.data.express_list;