|
|
|
|
@ -84,7 +84,7 @@ class LoginTabs2State extends State<LoginTabs2> {
|
|
|
|
|
text: TextSpan(children: [
|
|
|
|
|
TextSpan(
|
|
|
|
|
// text: '宜宾市翠屏黑烟车',
|
|
|
|
|
text: qx_name + '黑烟车',
|
|
|
|
|
text: qx_name_long + '黑烟车',
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
fontSize: 26.0, color: Colors.white, fontWeight: FontWeight.bold)),
|
|
|
|
|
TextSpan(
|
|
|
|
|
@ -94,7 +94,10 @@ class LoginTabs2State extends State<LoginTabs2> {
|
|
|
|
|
color: Color.fromRGBO(49, 216, 123, 1),
|
|
|
|
|
fontWeight: FontWeight.bold)),
|
|
|
|
|
TextSpan(
|
|
|
|
|
text: '\n' + copyright_info_PinYin,
|
|
|
|
|
// text: '\n' + copyright_info_PinYin,
|
|
|
|
|
text: copyright_info_PinYin.isEmpty
|
|
|
|
|
? '\nBLACK SMOKE CAR CAPTURE SYSTEM'
|
|
|
|
|
: ('\n' + copyright_info_PinYin),
|
|
|
|
|
style:
|
|
|
|
|
TextStyle(fontSize: 11.0, color: Color.fromRGBO(101, 117, 142, 1))),
|
|
|
|
|
]),
|
|
|
|
|
|