Fix:3692 【商城小程序】展会详情页顶部标题改为”康养旅居“
This commit is contained in:
@@ -58,6 +58,11 @@ export default{
|
|||||||
onLoad(opts) {
|
onLoad(opts) {
|
||||||
this.id = opts.id || ''
|
this.id = opts.id || ''
|
||||||
this.getDetails(this.id)
|
this.getDetails(this.id)
|
||||||
|
const title = opts.from === 'wenwan' ? '文玩艺术' : '康养旅居'
|
||||||
|
// 设置导航栏标题
|
||||||
|
uni.setNavigationBarTitle({
|
||||||
|
title: title
|
||||||
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
videoErrorCallback(error) {
|
videoErrorCallback(error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user