Browse Source

2023年12月28日09:30:22

yxb
wq 1 year ago
parent
commit
d5a8fa20c5
1 changed files with 2 additions and 7 deletions
  1. 2
    7
      subpackage/orders/sign-up-ali.vue

+ 2
- 7
subpackage/orders/sign-up-ali.vue View File

@@ -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("已解约");

Loading…
Cancel
Save