|
|
|
|
@ -13,6 +13,7 @@ import 'package:keyboard_avoider/keyboard_avoider.dart';
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
import '../../../components/commonFun.dart';
|
|
|
|
|
|
|
|
|
|
//import 'package:hyzp_ybqx/widget/player_pro_new.dart';
|
|
|
|
|
import '../../../components/dioFun.dart';
|
|
|
|
|
import '../../../components/doJSON.dart';
|
|
|
|
|
@ -75,6 +76,8 @@ class _LoginPageState extends State<TsjjContentNew> with SingleTickerProviderSta
|
|
|
|
|
try_setState(); //避免如下异常报错
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
print('official_seal = $official_seal');
|
|
|
|
|
|
|
|
|
|
_widthLeft = _screenWidth / 2;
|
|
|
|
|
getListFlields();
|
|
|
|
|
|
|
|
|
|
@ -123,7 +126,8 @@ class _LoginPageState extends State<TsjjContentNew> with SingleTickerProviderSta
|
|
|
|
|
print('_mapTsjjGetTsStatus = $_mapTsjjGetTsStatus');
|
|
|
|
|
|
|
|
|
|
// 获取网络图片尺寸,getMediaUrl(_mapGetTsjjGetData['pic_url'])
|
|
|
|
|
await flustars.WidgetUtil.getImageWH(url: getMediaUrl(_mapGetTsjjGetData['pic_url'])).then((rect) {
|
|
|
|
|
await flustars.WidgetUtil.getImageWH(url: getMediaUrl(_mapGetTsjjGetData['pic_url']))
|
|
|
|
|
.then((rect) {
|
|
|
|
|
if (null != rect) {
|
|
|
|
|
_radioImage = rect.height / rect.width;
|
|
|
|
|
print("rect = $rect,_radioImage = $_radioImage");
|
|
|
|
|
@ -915,8 +919,13 @@ class _LoginPageState extends State<TsjjContentNew> with SingleTickerProviderSta
|
|
|
|
|
//color: Colors.black12,
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
//color: Colors.white,
|
|
|
|
|
// image: DecorationImage(
|
|
|
|
|
// image: AssetImage("assets/images/jkzx_stamp.png"), fit: BoxFit.contain),
|
|
|
|
|
// image: DecorationImage(
|
|
|
|
|
// image: AssetImage("assets/images/宜宾市长宁生态环境局.png"), fit: BoxFit.contain),
|
|
|
|
|
image: DecorationImage(
|
|
|
|
|
image: AssetImage("assets/images/jkzx_stamp.png"), fit: BoxFit.contain),
|
|
|
|
|
image: AssetImage("assets/images/" + official_seal), fit: BoxFit.contain),
|
|
|
|
|
|
|
|
|
|
),
|
|
|
|
|
//child:
|
|
|
|
|
),
|
|
|
|
|
|