From 7f3ef19e5758bcb5dfac9897a2c61c19976f3ffd Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 18 Sep 2025 15:17:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E6=9D=A5=E8=A7=84=E5=88=92=E4=B8=AD?= =?UTF-8?q?=E5=BB=BA=E5=88=B6=E7=9A=84=E6=94=AF=E4=BB=98=E6=8D=90=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/future/future.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/future/future.vue b/pages/future/future.vue index 22cfb97..e55ac68 100644 --- a/pages/future/future.vue +++ b/pages/future/future.vue @@ -155,8 +155,8 @@ import { getProjectSchedule, } from "../../api/institutionalStructure/institutionalStructureDetail"; import { createPagination } from "../../composables/winB_Pagination"; -import { postInstitutionalStructure } from "../../api/institutionalStructure/institutionalStructure"; import GoToCertification from "./components/goToCertification.vue"; +import { ordersFormed } from "../../api/order/order"; export default { components: { GoToCertification }, @@ -358,12 +358,13 @@ export default { }, async toDonation() { - let res = await postInstitutionalStructure({ + let res = await ordersFormed({ payAmount: this.payAmount, formedId: this.formedId, }); if (res.code === 200) { - this.openPaymentUrl(res.data.payParams.payUrl); + // this.openPaymentUrl(res.data.payParams.payUrl); + console.log("已经支付"); } else if (res.code === 10001) { this.show = false; this.visible = true; //打开实名弹窗