diff --git a/app/build.gradle b/app/build.gradle index 20dd6c1..a91d91f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ applicationId "com.casic.app.smartwell" minSdkVersion 23 targetSdkVersion 31 - versionCode 4 - versionName "1.0.3" + versionCode 5 + versionName "1.0.5" manifestPlaceholders = [ GETUI_APPID: "HKv8K9qARd6WckZ1o2Vbu4" diff --git a/app/build.gradle b/app/build.gradle index 20dd6c1..a91d91f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ applicationId "com.casic.app.smartwell" minSdkVersion 23 targetSdkVersion 31 - versionCode 4 - versionName "1.0.3" + versionCode 5 + versionName "1.0.5" manifestPlaceholders = [ GETUI_APPID: "HKv8K9qARd6WckZ1o2Vbu4" diff --git a/app/src/main/java/com/casic/app/smartwell/fragment/HomePageFragment.kt b/app/src/main/java/com/casic/app/smartwell/fragment/HomePageFragment.kt index fff6c05..b0f4d1d 100644 --- a/app/src/main/java/com/casic/app/smartwell/fragment/HomePageFragment.kt +++ b/app/src/main/java/com/casic/app/smartwell/fragment/HomePageFragment.kt @@ -163,8 +163,8 @@ //获取窨井监控数据 wellViewModel.countResultModel.observe(viewLifecycleOwner, { - homeView.unDeployedWellView.text = it["bfWell"] - homeView.deployedWellView.text = it["cfWell"] + homeView.deployedWellView.text = it["bfWell"] + homeView.unDeployedWellView.text = it["cfWell"] homeView.allWellDataView.text = it["total"] })