From 58b716c0ecd2257ad93bb82c6cf5acf4380ef686 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 23 Apr 2025 15:00:04 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3692=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=B1=95=E4=BC=9A=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=A1=B6=E9=83=A8=E6=A0=87=E9=A2=98=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E2=80=9D=E5=BA=B7=E5=85=BB=E6=97=85=E5=B1=85=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/expoDetails.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg_product/views/expoDetails.vue b/pkg_product/views/expoDetails.vue index 06b452e..e912ab8 100644 --- a/pkg_product/views/expoDetails.vue +++ b/pkg_product/views/expoDetails.vue @@ -58,6 +58,11 @@ export default{ onLoad(opts) { this.id = opts.id || '' this.getDetails(this.id) + const title = opts.from === 'wenwan' ? '文玩艺术' : '康养旅居' + // 设置导航栏标题 + uni.setNavigationBarTitle({ + title: title + }) }, methods: { videoErrorCallback(error) {