Commit 9e099d3537a0136ad64fed6c9cabbdad91915cf0

Authored by yvan.ni
1 parent b9e7c0f9

运费带手机号

Showing 1 changed file with 1 additions and 1 deletions
pages/user/express/express.js
@@ -26,7 +26,7 @@ Page({ @@ -26,7 +26,7 @@ Page({
26 requestExpress: function() { 26 requestExpress: function() {
27 var s = this; 27 var s = this;
28 wx.request({ 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 var re_arr = e.data.data.Traces.reverse(); 31 var re_arr = e.data.data.Traces.reverse();
32 s.setData({ 32 s.setData({