Candy 6 anni fa
parent
commit
d230def87d
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 1
      README.md
  2. 2 0
      messageApplet/app.js

+ 1 - 1
README.md

@@ -23,7 +23,7 @@
   - `userinfo` 个人中心页面
 - `pages:` 此路径下存放的为小程序的页面文件(每个页面对应一个文件夹)。
 
-## 服务端 serviceApi
+## 服务端   serviceApi
 
   
 

+ 2 - 0
messageApplet/app.js

@@ -6,6 +6,8 @@ App({
       const updateManager = wx.getUpdateManager()
       updateManager.onCheckForUpdate(function (res) {
         // 请求完新版本信息的回调
+		
+		
         if (res.hasUpdate) {
           updateManager.onUpdateReady(function () {
             wx.showModal({