Commit 9e099d3537a0136ad64fed6c9cabbdad91915cf0
1 parent
b9e7c0f9
运费带手机号
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/express/express.js
| ... | ... | @@ -26,7 +26,7 @@ Page({ |
| 26 | 26 | requestExpress: function() { |
| 27 | 27 | var s = this; |
| 28 | 28 | wx.request({ |
| 29 | - url: this.data.url + "/api/weshop/order/wuliu/" + this.data.delivery.shipping_code + "/" + this.data.delivery.invoice_no/this.data.delivery.mobile, success: function(e) { | |
| 29 | + url: this.data.url + "/api/weshop/order/wuliu/" + this.data.delivery.shipping_code + "/" + this.data.delivery.invoice_no + "/" + this.data.delivery.mobile, success: function(e) { | |
| 30 | 30 | |
| 31 | 31 | var re_arr = e.data.data.Traces.reverse(); |
| 32 | 32 | s.setData({ | ... | ... |