From 4eaafc69d96ad39662e02314f0ea61b53c3b9659 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 16 十二月 2024 14:34:21 +0800 Subject: [PATCH] 教学互动答题完善 --- pages/scanResult/index.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/pages/scanResult/index.js b/pages/scanResult/index.js index e9acf13..d9f65b5 100644 --- a/pages/scanResult/index.js +++ b/pages/scanResult/index.js @@ -33,14 +33,12 @@ // this.getRules(); this.getProductByCode(); } else { - debugger this.setData({ isOther: true }) } } catch (error) { console.log(error); - debugger this.setData({ isOther: true }) @@ -165,7 +163,6 @@ const list = JSON.parse(res.config); console.log('code', res, list); if (this.data.result) { - const type = res.saleMethodList[0].type this.setData({ goodsData: res, -- Gitblit v1.9.1