From b26b298f86bcf5bb2dc2b6accc1759c1a2babc89 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 08 Sep 2025 16:43:29 +0800
Subject: [PATCH] 1
---
src/views/C2C/c2cOrder/payment/ConfirmedPaid.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/C2C/c2cOrder/payment/ConfirmedPaid.vue b/src/views/C2C/c2cOrder/payment/ConfirmedPaid.vue
index 73173a7..8b4eea9 100644
--- a/src/views/C2C/c2cOrder/payment/ConfirmedPaid.vue
+++ b/src/views/C2C/c2cOrder/payment/ConfirmedPaid.vue
@@ -224,10 +224,10 @@
params: [],
};
},
- mounted() {
+ // mounted() {
- },
- activated() {
+ // },
+ mounted() {
const order_no = this.$store.state.c2c.order_no;
otcApi.ctcOrderGetDetail({ order_no, language: this.$i18n.locale }).then((res) => {
this.detail = res.data;
@@ -242,10 +242,10 @@
this.params = this.params.filter((item) => item.name && item.value);
console.log(this.detail);
});
- this.$bus.$on("returnPwd", (pwd) => {
- this.passwd = pwd;
- this.enterTrade();
- });
+ // this.$bus.$on("returnPwd", (pwd) => {
+ // this.passwd = pwd;
+ // this.enterTrade();
+ // });
},
methods: {
onConfirm() {
@@ -307,7 +307,7 @@
Question,
},
beforeDestroy() {
- this.$bus.$off("returnPwd");
+ // this.$bus.$off("returnPwd");
},
};
</script>
--
Gitblit v1.9.3