|
|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
import 'package:cached_network_image/cached_network_image.dart';
|
|
|
|
|
import 'package:dio/dio.dart';
|
|
|
|
|
|
|
|
|
|
//屏幕适配 flutter_screenutil 库与 flustars(获取网络图片尺寸要用到其 WidgetUtil) 库使用的 ScreenUtil() 类名冲突
|
|
|
|
|
// 解决办法是将 flustars 库取个别名 as flustars
|
|
|
|
|
import 'package:flustars/flustars.dart' as flustars;
|
|
|
|
|
@ -653,7 +654,10 @@ class _HyshPageState extends State<HyshContentNew> with SingleTickerProviderStat
|
|
|
|
|
hyshlx: hyshlx,
|
|
|
|
|
fontSize: _fontSize,
|
|
|
|
|
size: Size(_listTileHeight, _listTileHeight),
|
|
|
|
|
id: widget.id),
|
|
|
|
|
id: widget.id,
|
|
|
|
|
selectedRadio:
|
|
|
|
|
hyshlx == 'hyfh' && mapGetHycsShenheData['title'] == "非黑烟车" ? 1 : 0,
|
|
|
|
|
),
|
|
|
|
|
//为了用户在切换审核结果Radio时显示不同图片,必须将以下组件都移入到RadioListItems类中
|
|
|
|
|
// SizedBox(height: 6),
|
|
|
|
|
// Divider(height: 1.0, color: Colors.blue),
|
|
|
|
|
|