Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -230,7 +230,7 @@ export struct EmptyComponent { | @@ -230,7 +230,7 @@ export struct EmptyComponent { | ||
| 230 | this.emptyType === WDViewDefaultType.WDViewDefaultType_NoHistory) { | 230 | this.emptyType === WDViewDefaultType.WDViewDefaultType_NoHistory) { |
| 231 | imageString = $r('app.media.icon_no_collection') | 231 | imageString = $r('app.media.icon_no_collection') |
| 232 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoMessage) { | 232 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoMessage) { |
| 233 | - imageString = $r('app.media.icon_no_message1') | 233 | + imageString = $r('app.media.icon_no_message') |
| 234 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment || | 234 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment || |
| 235 | this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) { | 235 | this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) { |
| 236 | imageString = $r('app.media.icon_no_comment') | 236 | imageString = $r('app.media.icon_no_comment') |
| @@ -243,7 +243,7 @@ export struct EmptyComponent { | @@ -243,7 +243,7 @@ export struct EmptyComponent { | ||
| 243 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoCreation) { | 243 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoCreation) { |
| 244 | imageString = $r('app.media.icon_no_works1') | 244 | imageString = $r('app.media.icon_no_works1') |
| 245 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoBooking) { | 245 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoBooking) { |
| 246 | - imageString = $r('app.media.icon_no_appointmentMade') | 246 | + imageString = $r('app.media.icon_no_appointmentMade1') |
| 247 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NetworkFailed) { | 247 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NetworkFailed) { |
| 248 | imageString = $r('app.media.icon_no_limiting') | 248 | imageString = $r('app.media.icon_no_limiting') |
| 249 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoVisitAccount) { | 249 | } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoVisitAccount) { |
-
Please register or login to post a comment