提交 15330eb8 编写于 作者: ijianbo's avatar ijianbo

修复页面打开空白的bug

上级 0cf3b235
......@@ -395,10 +395,14 @@ Page({
return false;
}
// 设置页面标题:文章分类
wx.setNavigationBarTitle({
// title: res.data.title.rendered
title: res.data.category_name
});
if(res.data.category_name)
{
wx.setNavigationBarTitle({
// title: res.data.title.rendered
title: res.data.category_name
});
}
if (response.data.total_comments != null && response.data.total_comments != '') {
self.setData({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册