多语言
This commit is contained in:
@@ -208,7 +208,7 @@ class MyExperienceWidget extends GetView {
|
||||
),
|
||||
),
|
||||
Text(
|
||||
'咨询',
|
||||
'咨询'.tr,
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
// color: Color(0xFF9EA4B7),
|
||||
@@ -229,10 +229,10 @@ class MyExperienceWidget extends GetView {
|
||||
.then((d) {
|
||||
if (AppMapLocation
|
||||
.availableMapsToNames.isEmpty) {
|
||||
showToast("未检测到导航软件");
|
||||
showToast("未检测到导航软件".tr);
|
||||
} else {
|
||||
showOneSelectionDialog(context,
|
||||
title: "选择地图",
|
||||
title: "选择地图".tr,
|
||||
arr: AppMapLocation
|
||||
.availableMapsToNames,
|
||||
checkChange: (index) {
|
||||
@@ -268,7 +268,7 @@ class MyExperienceWidget extends GetView {
|
||||
),
|
||||
),
|
||||
Text(
|
||||
'导航',
|
||||
'导航'.tr,
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
// color: Color(0xFF9EA4B7),
|
||||
@@ -330,7 +330,7 @@ class MyExperienceWidget extends GetView {
|
||||
.model.bookInfoList[index]
|
||||
["status"] ==
|
||||
2
|
||||
? '取消预约'
|
||||
? '取消预约'.tr
|
||||
: bookExperienceListController
|
||||
.model.bookInfoList[index]
|
||||
["statusName"],
|
||||
|
||||
Reference in New Issue
Block a user