From b51b2c60a835dd8ab92b7409f625fa66fb6821b0 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Thu, 25 Aug 2022 15:35:52 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit174=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BA1.5.4+20220827?= =?UTF-8?q?=EF=BC=8C=E8=AE=BE=E7=BD=AE=E7=8F=99=E5=8E=BF=E7=82=B9=E4=BD=8D?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=B8=AD=E5=BF=83=E5=9D=90=E6=A0=87=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E5=92=8C=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/UserInfo.dart | 11 ++++++++++- pubspec.yaml | 5 +++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/lib/components/UserInfo.dart b/lib/components/UserInfo.dart index 40086d6..c3e7cfc 100644 --- a/lib/components/UserInfo.dart +++ b/lib/components/UserInfo.dart @@ -58,8 +58,9 @@ class UserInfo { // 511501、宜宾市生态环境局、四川省踏石科技,保留客服电话 // 511502、宜宾市翠屏生态环境局,去掉客服电话 // 511524、宜宾市长宁生态环境局,去掉客服电话 - // 511528、宜宾市兴文生态环境局、四川省踏石科技,保留客服电话 + // 511526、宜宾市珙县生态环境局,去掉客服电话 // 511527、宜宾市筠连生态环境局、四川省踏石科技,保留客服电话 + // 511528、宜宾市兴文生态环境局、四川省踏石科技,保留客服电话 // 511530、宜宾三江新区城乡融合发展局、四川省踏石科技,保留客服电话 qx_name_long = '宜宾市' + trim_county(qx_name); @@ -136,6 +137,14 @@ class UserInfo { case 511525: // 高县 copyright_info_PinYin = 'YIBIN GAOXIAN BLACK SMOKE CAR CAPTURE SYSTEM'; break; + case 511526: // 珙县 + service_tel = ''; + copyright_info = '© ' + qx_name_long + '生态环境局 版权所有' + service_tel; + copyright_info_PinYin = 'YIBIN GONGXIAN BLACK SMOKE CAR CAPTURE SYSTEM'; + // 大坪上, pt: {latitude: 28.45382237207785, longitude: 104.7506958256658 + center_latitude = 28.45382237207785; // 区县中心纬度 + center_longitude = 104.7506958256658; // 区县中心经度 + break; case 511527: // 筠连县 copyright_info_PinYin = 'YIBIN JUNLIAN BLACK SMOKE CAR CAPTURE SYSTEM'; // "dwinfo":"腾达镇中和村吉安驾校附近","dwzb":"104.529183|28.150055" diff --git a/pubspec.yaml b/pubspec.yaml index 3a50d29..9c9d872 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -74,7 +74,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev #version: 1.4.33+20220515 #version: 1.5.1+20220517 #version: 1.5.2+20220531 -version: 1.5.3+20220620 +#version: 1.5.3+20220620 +version: 1.5.4+20220827 environment: sdk: ">=2.7.0 <3.0.0" @@ -133,7 +134,7 @@ dependencies: image_picker: ^0.6.7+22 cached_network_image: ^2.4.1 flutter_easyrefresh: ^2.1.8 -# photo_view: ^0.10.3 + # photo_view: ^0.10.3 flustars: ^0.3.3 keyboard_avoider: ^0.1.2 scroll_to_index: ^1.0.6