diff --git a/pageD/privateChat/privateChat.vue b/pageD/privateChat/privateChat.vue index 2cf173c..307c0b6 100644 --- a/pageD/privateChat/privateChat.vue +++ b/pageD/privateChat/privateChat.vue @@ -132,10 +132,8 @@ this.messages = privateMessages.sentMessages; this.pendingMessages = privateMessages.pendingMessages; - - uni.setNavigationBarTitle({ - title : this.friend.name - }); + console.log(this.friend.name) + this.setTitle(this.friend.name) setTimeout(() => { uni.setNavigationBarColor({ backgroundColor : '#FF780F', @@ -158,6 +156,18 @@ this.imService.uid = 0; }, methods: { + setTitle(title){ + let that = this + if(title == ""){ + title = "这是空的" + } + uni.setNavigationBarTitle({ + title : title, + fail(){ + that.setTitle(title) + } + }); + }, bindtapInput(){ console.log("222") var _that = this; diff --git a/pages.json b/pages.json index b479026..c1cbc0b 100644 --- a/pages.json +++ b/pages.json @@ -497,7 +497,7 @@ { "path": "privateChat/privateChat", "style": { - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "商家", "app-plus": { "titleNView": true } diff --git a/pages/information/information.vue b/pages/information/information.vue index dd28c8c..a0eabdb 100644 --- a/pages/information/information.vue +++ b/pages/information/information.vue @@ -149,6 +149,7 @@ }, gochat(id){ + console.log(id) this.$u.route({ url:"/pageD/privateChat/privateChat", params:{