From cbc33eaf1cfa0ae319e1580dbc7887494b101d11 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 18 十二月 2024 09:54:13 +0800 Subject: [PATCH] css --- 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