Compare commits

...

2 Commits

View File

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