hyzp_ybqx-Commit049:已经可以播放点位视频

This commit is contained in:
WinUser01
2021-12-30 20:30:08 +08:00
parent fde02f1a07
commit eee069606c
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1986,10 +1986,12 @@ Future getDwspUrlNew(
} }
//标注正在获取点位视频的记录 //标注正在获取点位视频的记录
eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播')); // eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播'));
getingDwVideo = true; getingDwVideo = true;
// getingDwmc = '${(indexRecord + 1)}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称 // getingDwmc = '${(indexRecord + 1)}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称
print('getDwspUrlNew indexRecord = ${indexRecord}');
// print('listDwinfoGetList2 = ${listDwinfoGetList2}');
getingDwmc = getingDwmc =
'${listDwinfoGetList2[indexRecord]['id']}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称 '${listDwinfoGetList2[indexRecord]['id']}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称
print('\n --- 正在后台获取 $getingDwmc 点位视频地址 --- \n'); print('\n --- 正在后台获取 $getingDwmc 点位视频地址 --- \n');
+1 -1
View File
@@ -75,7 +75,7 @@ class _DwspPageState extends State<DwspGetList> {
lastIndex = 7; lastIndex = 7;
//try_setState(); //try_setState();
// listDwinfoGetList2 = listDwspGetList2; listDwinfoGetList2 = listDwspGetList2;
// int len = listDwspGetList2.length; // int len = listDwspGetList2.length;
// for (int i = 0; i < len; i++) { // for (int i = 0; i < len; i++) {
// getDwspUrl(index: listDwspGetList2[i]['id']).then((value) { // getDwspUrl(index: listDwspGetList2[i]['id']).then((value) {