Browse Source

改接口方式

zhaoxw 4 years ago
parent
commit
784e32b0b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesMain/logisticsDeatil.vue

+ 1 - 1
pagesMain/logisticsDeatil.vue

@@ -24,7 +24,7 @@
 			}
 		},
 		onLoad(options) {
-			NET.request(API.getLogisticsDeatil + 'shunfeng/' + options.logisticCode, {}, 'POST').then(res => {
+			NET.request(API.getLogisticsDeatil + 'shunfeng/' + options.logisticCode, {}, 'GET').then(res => {
 				this.expressData = {
 					company: '顺丰',
 					logisticCode: res.data.logisticCode,