浏览代码

改接口方式

zhaoxw 4 年之前
父节点
当前提交
784e32b0b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,