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