diff --git a/lib/mine/valueAddedServices/valueAddedServicesSMSTemplate/valueAddedServicesListSMSTemplate/customSMSTemplateList_page.dart b/lib/mine/valueAddedServices/valueAddedServicesSMSTemplate/valueAddedServicesListSMSTemplate/customSMSTemplateList_page.dart index 143de483..e39cb1b1 100755 --- a/lib/mine/valueAddedServices/valueAddedServicesSMSTemplate/valueAddedServicesListSMSTemplate/customSMSTemplateList_page.dart +++ b/lib/mine/valueAddedServices/valueAddedServicesSMSTemplate/valueAddedServicesListSMSTemplate/customSMSTemplateList_page.dart @@ -121,8 +121,13 @@ class _CustomSMSTemplateListPageState extends State { child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ + // Text( + // '${'当前状态'.tr}:${'试用中'.tr}', + // style: TextStyle( + // fontSize: 20.sp, fontWeight: FontWeight.w600), + // ), Text( - '${'当前状态'.tr}:${'试用中'.tr}', + '该功能是高级功能,请开通后再使用'.tr, style: TextStyle( fontSize: 20.sp, fontWeight: FontWeight.w600), ),