Fix:3692 【商城小程序】展会详情页顶部标题改为”康养旅居“

This commit is contained in:
linxi
2025-04-23 15:00:04 +08:00
parent 23eaec9688
commit 58b716c0ec
+5
View File
@@ -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) {