Sfoglia il codice sorgente

2023年12月28日09:30:22

yxb
wq 1 anno fa
parent
commit
d5a8fa20c5
1 ha cambiato i file con 2 aggiunte e 7 eliminazioni
  1. 2
    7
      subpackage/orders/sign-up-ali.vue

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

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

Loading…
Annulla
Salva