Browse Source

日报分享

zhujindu 8 months ago
parent
commit
157cbeedd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/utils/TXApiFun.js

+ 1 - 0
src/utils/TXApiFun.js

@@ -127,6 +127,7 @@ export function getTicketFun(jsApiList = ['getLocation'], configType = 'config')
               resolve('获取签名成功');
             },
             fail: function (res) {
+              console.log(res);
               if (res.errMsg.indexOf('function not exist') > -1) {
                 alert('版本过低请升级');
               }