物流+下单+地址修改
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
this.deliverList = []
|
||||
uni.showLoading()
|
||||
this.$http
|
||||
.post(`/book/buyorder/queryFMS?orderId=${this.orderId}`)
|
||||
.post(`/book/buyOrder/queryFMS?orderId=${this.orderId}`)
|
||||
.then(res => {
|
||||
console.log(res, '物流信息')
|
||||
if (res && res.code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user