Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -16,7 +16,7 @@ export struct SearchHistoryComponent{ | @@ -16,7 +16,7 @@ export struct SearchHistoryComponent{ | ||
| 16 | confirm: () => { | 16 | confirm: () => { |
| 17 | this.onAccept() | 17 | this.onAccept() |
| 18 | }, | 18 | }, |
| 19 | - title: "确认清空历史记录", | 19 | + title: "确认清空历史记录?", |
| 20 | tipShow:false, | 20 | tipShow:false, |
| 21 | leftTextColor:$r('app.color.color_648DF2') | 21 | leftTextColor:$r('app.color.color_648DF2') |
| 22 | }), | 22 | }), |
-
Please register or login to post a comment