赠送应该为“去赠送”,团队赠送需修改为权益卡赠送

master
laiiihz 4 years ago
parent 4fbdaa7210
commit 0d67a437a7

@ -46,7 +46,7 @@ class _UpgradeCardSendUserListPageState
return Scaffold(
appBar: CustomAppBar(
themeData: AppThemes.themeDataGrey.appBarTheme,
title: "团队赠送",
title: "权益卡赠送",
elevation: 0,
),
backgroundColor: AppColor.frenchColor,

@ -367,7 +367,7 @@ class _UpgradeCardTabWidgetState extends BaseStoreState<UpgradeCardTabWidget> {
},
width: 80,
height: 33,
title: isUsed ? "已赠送" : "赠送",
title: isUsed ? "已赠送" : "赠送",
style:
TextStyle(color: Colors.white, fontSize: 14),
border: Border.all(color: Colors.white, width: 1),

Loading…
Cancel
Save