update:修改提示信息“获得订单信息失败”为“获取订单信息失败”

This commit is contained in:
hufflzp 2026-01-14 16:43:17 +08:00
parent b0bbe7ada4
commit 2d111ae180

View File

@ -624,7 +624,7 @@ export default {
});
} else {
that.$.showModal({
content: result.msg || that.__("获订单信息失败"),
content: result.msg || that.__("获订单信息失败"),
showCancel: false,
});
}
@ -691,7 +691,7 @@ export default {
});
} else {
that.$.showModal({
content: result.msg || that.__("获订单信息失败"),
content: result.msg || that.__("获订单信息失败"),
showCancel: false,
});
}
@ -759,7 +759,7 @@ export default {
});
} else {
that.$.showModal({
content: result.msg || that.__("获订单信息失败"),
content: result.msg || that.__("获订单信息失败"),
showCancel: false,
});
}
@ -949,7 +949,7 @@ export default {
});
} else {
that.$.showModal({
content: result.msg || that.__("获订单信息失败"),
content: result.msg || that.__("获订单信息失败"),
showCancel: false,
});
}
@ -1057,7 +1057,7 @@ export default {
});
} else {
that.$.showModal({
content: result.msg || that.__("获订单信息失败"),
content: result.msg || that.__("获订单信息失败"),
showCancel: false,
});
}