更新
This commit is contained in:
@@ -276,7 +276,7 @@ class _DeviceSharePageState extends State<DeviceSharePage> {
|
||||
children: [
|
||||
TextSpan(
|
||||
text:
|
||||
'${deviceShareController.code == 1 ? "邀请成功".tr : "邀请失败".tr}',
|
||||
'${deviceShareController.code.value == 1 ? "邀请成功".tr : "邀请失败".tr}',
|
||||
style: FlutterFlowTheme.of(context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
@@ -284,7 +284,7 @@ class _DeviceSharePageState extends State<DeviceSharePage> {
|
||||
fontSize: 26.rpx,
|
||||
letterSpacing: 0.0,
|
||||
color: deviceShareController
|
||||
.code ==
|
||||
.code.value ==
|
||||
1
|
||||
? themeController
|
||||
.currentColor.sc2
|
||||
|
||||
Reference in New Issue
Block a user