hyzp_ybqx-Commit033:已经能够显示违章图片和视频,区县的违章图片和视频地址前缀为:http://125.64.218.67:9912/。只有一处有视频3_6063_20211201_102300_川Q299Y8.mp4,其他违章视频没有:

http://125.64.218.67:9912/new/3_6063_20211201_102300_%E5%B7%9DQ299Y8.mp4
This commit is contained in:
WinUser01
2021-12-18 22:00:16 +08:00
parent 5858241cfa
commit 15b37526b5
4 changed files with 16 additions and 10 deletions
+6 -7
View File
@@ -563,9 +563,9 @@ class _HyshPageState extends State<HyshContentNew> with SingleTickerProviderStat
Container(
width: ScreenUtil().setWidth(1022),
//height: ScreenUtil().setHeight(639),
height: ScreenUtil().setHeight(22 + 1022 * (9 / 16)), // 兴文县的违章图片无法获取,暂时调整
// height: ScreenUtil()
// .setHeight(22 + 1022 * (ratioList.isNotEmpty ? ratioList[index] : 9 / 16)),
// height: ScreenUtil().setHeight(22 + 1022 * (9 / 16)), // 兴文县的违章图片无法获取,暂时调整
height: ScreenUtil()
.setHeight(22 + 1022 * (ratioList.isNotEmpty ? ratioList[index] : 9 / 16)),
decoration: BoxDecoration(
//color: Colors.white,
borderRadius: BorderRadius.all(
@@ -578,10 +578,9 @@ class _HyshPageState extends State<HyshContentNew> with SingleTickerProviderStat
top: ScreenUtil().setHeight(11),
child: Container(
width: ScreenUtil().setWidth(1022),
// height:
// ScreenUtil().setHeight(1022 * (ratioList.isNotEmpty ? ratioList[index] : 9 / 16)),
height: ScreenUtil().setHeight(1022 * (9 / 16)),
// 兴文县的违章图片无法获取,暂时调整
height:
ScreenUtil().setHeight(1022 * (ratioList.isNotEmpty ? ratioList[index] : 9 / 16)),
// height: ScreenUtil().setHeight(1022 * (9 / 16)), // 兴文县的违章图片无法获取,暂时调整
child: getNetworkImage(getMediaUrl(listGetZpjl[index]['pic_url'])),
),
)