From a3adc35372ca31a43a0c57678501d97f27443003 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Sat, 5 Sep 2020 12:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E8=AF=BB=E6=98=AF=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E7=A9=BA=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageD/privateChat/privateChat.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pageD/privateChat/privateChat.vue b/pageD/privateChat/privateChat.vue index efa5f93..307c0b6 100644 --- a/pageD/privateChat/privateChat.vue +++ b/pageD/privateChat/privateChat.vue @@ -158,6 +158,9 @@ methods: { setTitle(title){ let that = this + if(title == ""){ + title = "这是空的" + } uni.setNavigationBarTitle({ title : title, fail(){