From 2496fb50d36cd5a73da1b40872868d4fabe52b55 Mon Sep 17 00:00:00 2001 From: xiaolian Date: Thu, 26 Sep 2024 15:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/score/detail.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/score/detail.js b/pages/score/detail.js index 4af3895..ff04bfe 100644 --- a/pages/score/detail.js +++ b/pages/score/detail.js @@ -92,7 +92,9 @@ Page({ * 生命周期函数--监听页面加载 */ onLoad(options) { - + wx.setNavigationBarTitle({ + 'title': '运营分明细' + }) }, /**