From 5dcba93841a0dadb81a74b55062e440af20ad9d3 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 18 十二月 2024 12:03:28 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/pages/scanResult/index.js b/pages/scanResult/index.js
index d9f65b5..def8e42 100644
--- a/pages/scanResult/index.js
+++ b/pages/scanResult/index.js
@@ -30,6 +30,9 @@
           result,
           textValue: result.type == "PromoteCode" ? '棰嗗彇' : '婵�娲�'
         })
+        wx.setNavigationBarTitle({
+          title: result.type == "PromoteCode" ? '棰嗗彇浼樻儬鍗�' : '婵�娲诲晢鍝�',
+        })
         // this.getRules();
         this.getProductByCode();
       } else {

--
Gitblit v1.9.1