From 72bc2e0f5eff82f1c7f58749afa73b7011917d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Tue, 19 Nov 2024 13:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E5=8E=BB=E9=99=A4=E4=BF=AE=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/login.js | 2 +- manifest.json | 4 ++-- pages/index.vue | 1 - pages/mine/index.vue | 6 +++--- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/api/login.js b/api/login.js index 611a989..2fe7b6a 100644 --- a/api/login.js +++ b/api/login.js @@ -6,7 +6,7 @@ export function login(username, password, code, uuid) { username, password, code, - uuid + uuid, } return request({ 'url': '/loginnocaptcha', diff --git a/manifest.json b/manifest.json index 223d3e2..252ec90 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "娄东人口管理", "appid" : "__UNI__5B81E88", "description" : "太仓娄东人口管理", - "versionName" : "1.2.0", - "versionCode" : 120, + "versionName" : "1.2.1", + "versionCode" : 121, "transformPx" : false, "app-plus" : { "usingComponents" : true, diff --git a/pages/index.vue b/pages/index.vue index 499f66f..9f91127 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -145,7 +145,6 @@ if (this.buildingList.length >= this.total) { this.status = 'nomore'; - } else { this.status = 'loadmore'; } diff --git a/pages/mine/index.vue b/pages/mine/index.vue index c2a8d6a..27488d2 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -24,12 +24,12 @@ - + @@ -40,7 +40,7 @@ 版本更新 - 发现新版本 + 发现新版本