多语言
This commit is contained in:
@@ -35,7 +35,7 @@ class _MhAboutUsPageState extends State<MhAboutUsPage> {
|
||||
widget.webView = MyWebView(
|
||||
url: url,
|
||||
onLoad: () {
|
||||
print('网页载入完毕');
|
||||
print('网页载入完毕'.tr);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user