Commit b9e7c0f9c4eaa5d9f5345874e7944f8bde47c732

Authored by yvan.ni
1 parent 79c27b8c

2121

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, 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({
... ...