获取通话记录

This commit is contained in:
GYJ
2024-11-23 15:22:23 +08:00
parent 87c41341fd
commit a82e726d5f
21 changed files with 430 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
import 'package:cashier_reserve/common/base/ui_model.dart';
import 'package:cashier_reserve/common/channel/channel_manager.dart';
class ReserveViewModel extends BaseUIModel {
Map<int, String> weekdayMap = {
@@ -16,6 +17,14 @@ class ReserveViewModel extends BaseUIModel {
1: "",
2: "",
};
// ReserveViewModel() {
// loadData();
// }
void loadCallLog() {
ChannelManager.getCallLog("getCallLog");
}
String getCurrentDate() {
DateTime now = DateTime.now();