소스 검색

物流查询

xiaohaizhao 1 년 전
부모
커밋
81ec660fbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packageA/shipment/modules/query/index.js

+ 1 - 1
packageA/shipment/modules/query/index.js

@@ -31,7 +31,7 @@ Component({
 			}).then(res => {
 				console.log("物流查询", res)
 				if (res.msg != '成功') return wx.showToast({
-					title: res.msg,
+					title: JSON.parse(res.msg).message,
 					icon: "none"
 				})
 				if (res.data.message) this.setData({