hyzp_ybqx-Commit113:版本号更新为1.4.23+20220405。已实现启动App时查询是否存在待审核黑烟车记录,有便播放语言提醒,安装App后默认开启,启用时播放一次语音提醒。用户可以启用或关闭该功能。保证从后台唤醒时,能够及时正确更新“待审提醒”选择状态。

This commit is contained in:
WinUser01
2022-04-05 02:20:02 +08:00
parent 83cf35fd94
commit 2931cd6be6
10 changed files with 146 additions and 22 deletions
+9
View File
@@ -4,6 +4,15 @@ import 'package:event_bus/event_bus.dart';
EventBus eventBus = EventBus();
//监听 g_bVoiceRemind 更新事件
class VoiceRemindUpdate {
String str;
VoiceRemindUpdate(String _str) {
this.str = _str;
}
}
//监听统计数据改变事件
class StatisDataUpdate {
String str;