diff --git a/pages/order/add.vue b/pages/order/add.vue index 17391e9..f52015b 100644 --- a/pages/order/add.vue +++ b/pages/order/add.vue @@ -13,6 +13,9 @@ + + + @@ -130,11 +133,6 @@ - - - - - @@ -368,7 +366,7 @@ export default { }; this.computedDistance(); }); - const url = 'https://zeyi-tms-product.oss-cn-hangzhou.aliyuncs.com/webview/location-wx.html'; + const url = 'https://zeyi-tms-product.oss-cn-hangzhou.aliyuncs.com/webview/location-wx-freight.html'; const params = { lat: this.form.waypoints[index].lat ? Number(this.form.waypoints[index].lat) : '', lng: this.form.waypoints[index].lng ? Number(this.form.waypoints[index].lng) : '', -- libgit2 0.21.0