Commit 5e32652d authored by 朱璇's avatar 朱璇

Merge branch 'zx/gmFlutter' into 'test'

Zx/gm flutter

See merge request !58
parents da20614b 2da4bf42
...@@ -162,17 +162,26 @@ class _PopView implements ICenterPicker { ...@@ -162,17 +162,26 @@ class _PopView implements ICenterPicker {
child: baseText(_model.popViewLive.data.second.authorizePhone, 16, child: baseText(_model.popViewLive.data.second.authorizePhone, 16,
Color(0xff484848))), Color(0xff484848))),
Container( Container(
alignment: Alignment.center,
margin: EdgeInsets.only(bottom: 14), margin: EdgeInsets.only(bottom: 14),
width: contentWidth - 70, width: contentWidth - 70,
height: 37, height: 37,
// decoration: BoxDecoration( decoration: BoxDecoration(
// borderRadius: BorderRadius.circular(7), borderRadius: BorderRadius.circular(7),
// color: Color.fromARGB(alp, 58, 195, 189) color: Color(0xff20BDBB)),
// ), child: Text("一键授权",
child: Image.asset( textAlign: TextAlign.start,
"assets/discuss_loe_price_auth.png", textScaleFactor: 1.0,
fit: BoxFit.cover, style: TextStyle(
), decoration: TextDecoration.none,
fontSize: 15,
color: Color(0xffffffff),
fontStyle: FontStyle.normal,
fontWeight: FontWeight.w700,
shadows: <Shadow>[
Shadow(color: Color(0xff007872), offset: Offset(0, 2))
],
)),
).gestureDetector(() { ).gestureDetector(() {
// 一键授权 // 一键授权
_model.givePhoneAuth( _model.givePhoneAuth(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment