From bb572330a2b86a154e9f5c2560b110931fb319fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9?= <15830956848@163.com> Date: Mon, 2 Jun 2025 10:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B8=E9=94=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabbar/user/utils/tool.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/tabbar/user/utils/tool.vue b/pages/tabbar/user/utils/tool.vue index 645fe60c..41a95d7b 100644 --- a/pages/tabbar/user/utils/tool.vue +++ b/pages/tabbar/user/utils/tool.vue @@ -188,10 +188,8 @@ export default { save() { uni.scanCode({ success: (res) => { - console.log("==", res); const par = res.result.split("|"); getGoodstake(par[0], par[1], { storeid: par[2] }).then((resfn) => { - console.log("resfn", resfn); let title = resfn.data.code === 200 ? "核销成功" : "核销失败"; uni.showModal({ title: "提示", @@ -199,8 +197,6 @@ export default { showCancel: false, confirmText: "确定", }); - - // } }); }, });