多语言
This commit is contained in:
@@ -86,7 +86,7 @@ class _ExperienceStorePageState extends State<ExperienceStorePage> {
|
||||
children: [
|
||||
// 中间居中的标题
|
||||
Text(
|
||||
'预约体验',
|
||||
'预约体验'.tr,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
@@ -135,7 +135,7 @@ class _ExperienceStorePageState extends State<ExperienceStorePage> {
|
||||
child: SearchWidget(
|
||||
keyword: controller.model.keyword,
|
||||
color: controller.model.color,
|
||||
hint: "请输入门店名称",
|
||||
hint: "请输入门店名称".tr,
|
||||
onChange: (d) {
|
||||
controller.model.keyword = d;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user