快递查询

This commit is contained in:
Paidax
2025-01-20 16:15:51 +08:00
parent 834cf8ba6e
commit 7dec9973c3
4 changed files with 81 additions and 75 deletions
@@ -508,7 +508,7 @@ layout("/mobile/platform.html"){
})
this.logisticsTrace = resp.data
} else {
this.$message.error(resp.msg);
this.$toast.msgError(resp.msg);
}
},
@@ -532,7 +532,10 @@ layout("/mobile/platform.html"){
this.activeName = this.optionCourierNumberInfo[keys[0]][0].courierNumber
this.courierNumberShow = true
} else {
this.$modal.msgError(msg)
vant.Dialog.alert({
title: '提示',
message: msg
});
}
},