@@ -182,18 +182,13 @@ | |||
} else if (data.signStatus === "SIGNED") { | |||
//已签约 | |||
// msg("已签约"); | |||
confirm( | |||
"您已完成签约,等待业务员审核发货", | |||
() => { | |||
confirm("您已完成签约,等待业务员审核发货",() => { | |||
uni.switchTab({ | |||
url: "/pages/order/order" | |||
}) | |||
// uni.$emit("refreshOrder"); | |||
// uni.navigateBack(); | |||
}, | |||
"已完成签约", | |||
false | |||
); | |||
},"已完成签约",false); | |||
} else if (data.signStatus === "UNSIGN") { | |||
//已解约 | |||
// msg("已解约"); |