正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
... | ... | @@ -52,7 +52,7 @@ Page({ |
52 | 52 | if (res && res.data) { |
53 | 53 | console.log("res", res) |
54 | 54 | that.setData({ |
55 | - showModal: res.data.items && res.data.items.length>0?true:false, | |
55 | + showModal: res.data.items && res.data.items.length>0?false:false, | |
56 | 56 | comlist: res.data.items |
57 | 57 | }) |
58 | 58 | } | ... | ... |
请
注册
或
登录
后发表评论