diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue index 7b18e42..2a8d537 100644 --- a/pages/logistics/deliveryDetil.vue +++ b/pages/logistics/deliveryDetil.vue @@ -1,458 +1,466 @@ - - - + } + - \ No newline at end of file + } + \ No newline at end of file diff --git a/subpkg/property/chosseCompany.vue b/subpkg/property/chosseCompany.vue index de8050a..c6243c1 100644 --- a/subpkg/property/chosseCompany.vue +++ b/subpkg/property/chosseCompany.vue @@ -58,7 +58,7 @@ - 空闲车辆 + 租赁车辆 自有车辆 @@ -105,7 +105,7 @@ - + @@ -136,7 +136,6 @@ color="#0122C7"> - { this.navTo('/subpkg/property/success') }) - this.navTo('/subpkg/property/success') + // this.navTo('/subpkg/property/success') }, // sendcontractFn() { diff --git a/subpkg/property/contractList.vue b/subpkg/property/contractList.vue index 29ee3a7..f917be5 100644 --- a/subpkg/property/contractList.vue +++ b/subpkg/property/contractList.vue @@ -13,7 +13,7 @@ - + 查看 diff --git a/subpkg/property/success.vue b/subpkg/property/success.vue index 8a7ab60..e99f81c 100644 --- a/subpkg/property/success.vue +++ b/subpkg/property/success.vue @@ -17,9 +17,12 @@ diff --git a/subpkg/property/vehicle_a.vue b/subpkg/property/vehicle_a.vue index 0f2bf48..06679b5 100644 --- a/subpkg/property/vehicle_a.vue +++ b/subpkg/property/vehicle_a.vue @@ -73,7 +73,8 @@ - + + 查看 diff --git a/utils/logistics.js b/utils/logistics.js index f7d3b1a..43963cf 100644 --- a/utils/logistics.js +++ b/utils/logistics.js @@ -51,10 +51,7 @@ function baseRequestTwo(url, method, data, { url: Url + '/api' + url, method: method || 'GET', header: { - ...header, - ...{ - 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8' - } + ...header }, data: method != 'GET' ? data || {} : {}, params: method == 'GET' ? data : {},