Browse Source

no message

ios
ZHR007 3 months ago
parent
commit
2c18742f28
1 changed files with 0 additions and 2 deletions
  1. 2
      lib/controller/setting/spread_controller.dart

2
lib/controller/setting/spread_controller.dart

@ -137,7 +137,6 @@ class SpreadController extends GetxController with WidgetsBindingObserver {
roseList.value = result.data.data!.records;
}
final response = await _userApi.getChatStaticsInfo();
print('canApply: 137');
if (response.data.isSuccess && response.data.data != null) {
final data = response.data.data!;
if(roseList[activePay.value].liveDurationHours != null){
@ -147,7 +146,6 @@ class SpreadController extends GetxController with WidgetsBindingObserver {
}
}
}
print('canApply: $canApply');
if(matchmakerFlag.value){
final index = roseList.indexWhere((item) => item.subCategory == GlobalData().userData!.matchmakerType!);
enableIndex.value = index >= 0 ? index : 0;

Loading…
Cancel
Save