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
               }else{
110
               }else{
111
+                uni.hideLoading();
111
                 this.Scan_ss(sData,sType);
112
                 this.Scan_ss(sData,sType);
112
               }
113
               }
113
             } else {
114
             } else {

+ 1 - 1
main.js

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