xbx #338

Merged
theluyuan merged 2 commits from xbx into master 2020-09-05 07:29:09 +00:00
Showing only changes of commit a3adc35372 - Show all commits

View File

@ -158,6 +158,9 @@
methods: {
setTitle(title){
let that = this
if(title == ""){
title = "这是空的"
}
uni.setNavigationBarTitle({
title : title,
fail(){