seimin 2 years ago
parent
commit
4fb6fd80a3
2 changed files with 2 additions and 1 deletions
  1. 1 0
      components/smallScreen/smallScreen.vue
  2. 1 1
      main.js

+ 1 - 0
components/smallScreen/smallScreen.vue

@@ -108,6 +108,7 @@
108 108
                   }
109 109
                 })
110 110
               }else{
111
+                uni.hideLoading();
111 112
                 this.Scan_ss(sData,sType);
112 113
               }
113 114
             } else {

+ 1 - 1
main.js

@@ -4,7 +4,7 @@ import App from './App'
4 4
 import wx from 'weixin-jsapi'
5 5
 // import VConsole from 'vconsole';
6 6
 // new VConsole();
7
-console.info('v2.4.19');
7
+console.info('v2.4.20');
8 8
 Vue.prototype.wx = wx //声明扫码
9 9
 Vue.prototype.audios = [] //待播放的语音集合
10 10
 // #endif