Compare commits
No commits in common. "7480569afeefa9c9ce38bd98a6dc7298944d6bfe" and "5ab8745e0a62ecb216daff5aabc71411dd167178" have entirely different histories.
7480569afe
...
5ab8745e0a
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user