提交 48068f5f140b20546f1579ea279449db49123182

作者 wangyu
1 个父辈 ed8949fb

优化

正在显示 1 个修改的文件 包含 2 行增加1 行删除
@@ -7,7 +7,7 @@ Page({ @@ -7,7 +7,7 @@ Page({
7 * Page initial data 7 * Page initial data
8 */ 8 */
9 data: { 9 data: {
10 - showModal: true, 10 + showModal: false,
11 inputValue:"", 11 inputValue:"",
12 comlist:"", 12 comlist:"",
13 com_id:"", 13 com_id:"",
@@ -52,6 +52,7 @@ Page({ @@ -52,6 +52,7 @@ Page({
52 if (res && res.data) { 52 if (res && res.data) {
53 console.log("res", res) 53 console.log("res", res)
54 that.setData({ 54 that.setData({
  55 + showModal: res.data.items && res.data.items.length>0?true:false,
55 comlist: res.data.items 56 comlist: res.data.items
56 }) 57 })
57 } 58 }
注册登录 后发表评论