|
|
@ -119,7 +119,7 @@ class _UserPageState extends State<UserPage> {
|
|
|
|
// await UserTool.userProvider.updateUserInfo();
|
|
|
|
// await UserTool.userProvider.updateUserInfo();
|
|
|
|
if (UserTool.userProvider.isLogin) {
|
|
|
|
if (UserTool.userProvider.isLogin) {
|
|
|
|
// var res=await apiClient.request(API.app.trialVip);
|
|
|
|
// var res=await apiClient.request(API.app.trialVip);
|
|
|
|
if(UserTool.userProvider.userInfo.isTrial==0){
|
|
|
|
if(UserTool.userProvider.userInfo.isTrial!=0){
|
|
|
|
showDialog(context: context, builder: (context){
|
|
|
|
showDialog(context: context, builder: (context){
|
|
|
|
return const AppDialog();
|
|
|
|
return const AppDialog();
|
|
|
|
});
|
|
|
|
});
|
|
|
|