From 2115fa126543700a7a15235bf3e5fceeb7e39e00 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期三, 18 十二月 2024 10:57:22 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/scanResult/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/scanResult/index.js b/pages/scanResult/index.js
index e9acf13..def8e42 100644
--- a/pages/scanResult/index.js
+++ b/pages/scanResult/index.js
@@ -30,17 +30,18 @@
           result,
           textValue: result.type == "PromoteCode" ? '棰嗗彇' : '婵�娲�'
         })
+        wx.setNavigationBarTitle({
+          title: result.type == "PromoteCode" ? '棰嗗彇浼樻儬鍗�' : '婵�娲诲晢鍝�',
+        })
         // this.getRules();
         this.getProductByCode();
       } else {
-        debugger
         this.setData({
           isOther: true
         })
       }
     } catch (error) {
       console.log(error);
-      debugger
       this.setData({
         isOther: true
       })
@@ -165,7 +166,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