修改订单相关页面

This commit is contained in:
@fawn-nine
2024-07-19 14:22:10 +08:00
parent a582e56af5
commit 9508af8780
2 changed files with 4 additions and 12 deletions

View File

@@ -931,7 +931,7 @@ export default {
color: "#fff",
});
}
if (this.orderContet.orderStatus == 0) {
if (this.orderContet.orderStatus == 0 && this.orderContet.paymentMethod != 3) {
this.customButton.push({
width: "160rpx",
text: "继续付款",