ソースを参照

企业微信版本号

xiuli.gao 2 年 前
コミット
34b3ecf0dc
共有5 個のファイルを変更した5 個の追加5 個の削除を含む
  1. 1 1
      qwh5/dist/css/userPortrait.86fbb4fb.css
  2. 1 1
      qwh5/dist/index.html
  3. 1 1
      qwh5/dist/js/app.e7ef5ba2.js
  4. 1 1
      qwh5/dist/js/userPortrait.06b63aa8.js
  5. 1 1
      qwh5/src/views/userPortrait.vue

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/userPortrait.86fbb4fb.css


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/app.e7ef5ba2.js


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/userPortrait.06b63aa8.js


+ 1 - 1
qwh5/src/views/userPortrait.vue

@@ -197,7 +197,7 @@ export default {
197 197
       function isWxwork() {//判断是否为企业微信,并获取企业微信版本号
198 198
         let arr1 = navigator.userAgent.split('wxwork/');
199 199
         if (arr1.length > 1) {//是在企业微信内
200
-          return arr1[1].split(' ')[1]
200
+          return arr1[1].split(' ')[0]
201 201
         } else {
202 202
           return false
203 203
         }