diff --git a/components/empty/index.wxml b/components/empty/index.wxml index ffef962..954bc01 100644 --- a/components/empty/index.wxml +++ b/components/empty/index.wxml @@ -7,4 +7,7 @@ + + 已到底了 + diff --git a/components/empty/index.wxss b/components/empty/index.wxss index 8f3e25c..77a5299 100644 --- a/components/empty/index.wxss +++ b/components/empty/index.wxss @@ -12,7 +12,7 @@ left: 0; bottom: 0; } -.empty-bd { +.empty-bd, .empty_bottom { padding: 10px 0; text-align: center; font-size: 17px; diff --git a/pages/home/index.js b/pages/home/index.js index aaed8ad..f53686d 100644 --- a/pages/home/index.js +++ b/pages/home/index.js @@ -82,10 +82,10 @@ Page({ this.setData({ currPage: page }) - wx.showToast({ - title: '已加载全部', - icon: 'none' - }) + // wx.showToast({ + // title: '已加载全部', + // icon: 'none' + // }) } } console.log(res) diff --git a/pages/topics/interactive/cell/index.wxss b/pages/topics/interactive/cell/index.wxss index 6242966..799a98f 100644 --- a/pages/topics/interactive/cell/index.wxss +++ b/pages/topics/interactive/cell/index.wxss @@ -85,7 +85,7 @@ image{ font-weight: 300; font-size: 17px; color: #000; - display: -webkit-box; + display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;