Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -401,7 +401,7 @@ export struct ZhSingleRow03 { | @@ -401,7 +401,7 @@ export struct ZhSingleRow03 { | ||
| 401 | .fontWeight(600) | 401 | .fontWeight(600) |
| 402 | } | 402 | } |
| 403 | 403 | ||
| 404 | - if (this.compDTO?.objectType === '0' || this.compDTO?.objectType === '') { | 404 | + if (!(this.compDTO?.objectType === '0' || this.compDTO?.objectType === '')) { |
| 405 | Row() { | 405 | Row() { |
| 406 | Text("更多") | 406 | Text("更多") |
| 407 | .fontSize($r("app.float.font_size_14")) | 407 | .fontSize($r("app.float.font_size_14")) |
-
Please register or login to post a comment