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