Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -216,7 +216,7 @@ export struct EmptyComponent { | @@ -216,7 +216,7 @@ export struct EmptyComponent { | ||
| 216 | contentString = '暂无关注' | 216 | contentString = '暂无关注' |
| 217 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) { | 217 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) { |
| 218 | contentString = '暂无评论,快来抢沙发' | 218 | contentString = '暂无评论,快来抢沙发' |
| 219 | - } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) { | 219 | + } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoContent2) { |
| 220 | contentString = '内容找不到了' | 220 | contentString = '内容找不到了' |
| 221 | } | 221 | } |
| 222 | 222 |
-
Please register or login to post a comment