From 3886709bfa43ec512ec09cebd1beaa181d83b0e3 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Sat, 11 May 2024 16:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/PayDialog/index.vue | 4 ---- pages/special/order_store_list.vue | 5 ----- 2 files changed, 9 deletions(-) diff --git a/components/PayDialog/index.vue b/components/PayDialog/index.vue index 851d33d..28c7f17 100644 --- a/components/PayDialog/index.vue +++ b/components/PayDialog/index.vue @@ -249,7 +249,6 @@ export default { Object.assign(backUrlCRshlcICwGdGY, this.signs); // 报名信息转JSON字符串 if (this.pay_type_num === 20) { - console.log(backUrlCRshlcICwGdGY.event); backUrlCRshlcICwGdGY.price_id = this.priceId; backUrlCRshlcICwGdGY.event && backUrlCRshlcICwGdGY.event.forEach((item) => { if (item.event_type === 3 && typeof item.event_value != "string") { @@ -261,10 +260,8 @@ export default { if (this.pay_type_num === 40) { backUrlCRshlcICwGdGY.useGold = this.useGold; } - console.log(backUrlCRshlcICwGdGY); try { const data = await createOrder(backUrlCRshlcICwGdGY); - console.log(data.msg); uni.hideLoading(); if (data.code === 200) { this.$emit("change", { @@ -276,7 +273,6 @@ export default { this.$emit("update:open", false); } } catch (err) { - console.log(err) uni.hideLoading(); this.$util.showMsg(err.msg); } diff --git a/pages/special/order_store_list.vue b/pages/special/order_store_list.vue index 0412ec5..8376890 100644 --- a/pages/special/order_store_list.vue +++ b/pages/special/order_store_list.vue @@ -241,7 +241,6 @@ this.id = order.id; this.money = order.pay_price; this.payDialogOpen = true; - console.log(order); }, userTake(item) { uni.showModal({ @@ -265,7 +264,6 @@ }, pay_order(data) { this.orderId = data.data.result.orderId || ""; - console.log(data, 267); switch (data.data.status) { case "PAY_ERROR": case "ORDER_EXIST": @@ -309,7 +307,6 @@ }, extendOrder: function (msg) { - console.log(msg, 310); this.payDialogOpen = false; if (typeof msg === "object") { if (msg.errMsg === "chooseWXPay:cancel") { @@ -325,7 +322,6 @@ }, //所有插件回调处理事件 changeVal: function (opt) { - console.log(opt, 327) if (typeof opt != "object") opt = {}; var action = opt.action || ""; var value = opt.value || ""; @@ -397,7 +393,6 @@ }; this.getOrderList(); } catch (err) { - console.log(err); uni.hideLoading(); this.$util.showMsg(err.msg); }