From 1a1ba574f2b2ba935ac14da946aa1dd832877212 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Sat, 2 Sep 2023 11:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=20=20=20=20##=20=E5=8A=9F=E8=83=BD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20=20=20=20=20-=20=E6=9B=B4=E6=96=B0=E5=86=85?= =?UTF-8?q?=E5=AE=B9=20=20=20=20=20=20=20=20=20-=20A=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20=E4=BF=9D=E5=AD=98WIFI=E4=BF=A1=E6=81=AF=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E5=90=8E=E8=87=AA=E5=8A=A8=E5=85=B3=E9=97=AD=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/model/index.js | 2 +- miniprogram/pages/home/home.js | 5 +++-- miniprogram/readme.md | 8 +++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/miniprogram/model/index.js b/miniprogram/model/index.js index 5187cda..42bc6f2 100644 --- a/miniprogram/model/index.js +++ b/miniprogram/model/index.js @@ -1 +1 @@ -export const VersionModel = '2.0.2F'; \ No newline at end of file +export const VersionModel = '2.0.3F'; \ No newline at end of file diff --git a/miniprogram/pages/home/home.js b/miniprogram/pages/home/home.js index cdd9a51..fc615d1 100644 --- a/miniprogram/pages/home/home.js +++ b/miniprogram/pages/home/home.js @@ -170,7 +170,6 @@ Page({ onRefresh() { this.getWifiList(); this.getAuth(); - }, // 搜索不到WLAN onHelp() { @@ -212,7 +211,9 @@ Page({ wx.showToast({ title: '设置成功', icon: 'success' - }) + }); + // 2023.9.2 新增需求 保存成功后关闭小程序 + wx.exitMiniProgram({}) }).catch(() => { wx.hideToast(); wx.showModal({ diff --git a/miniprogram/readme.md b/miniprogram/readme.md index d35a1a8..e2428ca 100644 --- a/miniprogram/readme.md +++ b/miniprogram/readme.md @@ -16,4 +16,10 @@ ## 功能更新 - 更新内容 - U 修改保存WIFIBSSID信息接口参数 - - A 增加 根据WifiInfo中frequency字段过滤非2.4GHZ的WIFI信息 \ No newline at end of file + - A 增加 根据WifiInfo中frequency字段过滤非2.4GHZ的WIFI信息 + +- 2.0.3 + - 2023.9.2 + ## 功能更新 + - 更新内容 + - A 增加 保存WIFI信息成功后自动关闭当前小程序 \ No newline at end of file