hyzp_ybqx-Commit049:已经可以播放点位视频
This commit is contained in:
@@ -1986,10 +1986,12 @@ Future getDwspUrlNew(
|
||||
}
|
||||
|
||||
//标注正在获取点位视频的记录
|
||||
eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播'));
|
||||
// eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播'));
|
||||
|
||||
getingDwVideo = true;
|
||||
// getingDwmc = '${(indexRecord + 1)}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称
|
||||
print('getDwspUrlNew indexRecord = ${indexRecord}');
|
||||
// print('listDwinfoGetList2 = ${listDwinfoGetList2}');
|
||||
getingDwmc =
|
||||
'${listDwinfoGetList2[indexRecord]['id']}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称
|
||||
print('\n --- 正在后台获取 $getingDwmc 点位视频地址 --- \n');
|
||||
|
||||
@@ -75,7 +75,7 @@ class _DwspPageState extends State<DwspGetList> {
|
||||
lastIndex = 7;
|
||||
//try_setState();
|
||||
|
||||
// listDwinfoGetList2 = listDwspGetList2;
|
||||
listDwinfoGetList2 = listDwspGetList2;
|
||||
// int len = listDwspGetList2.length;
|
||||
// for (int i = 0; i < len; i++) {
|
||||
// getDwspUrl(index: listDwspGetList2[i]['id']).then((value) {
|
||||
|
||||
Reference in New Issue
Block a user