zhujindu 8 ヶ月 前
コミット
157cbeedd2
1 ファイル変更1 行追加0 行削除
  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('获取签名成功');
               resolve('获取签名成功');
             },
             },
             fail: function (res) {
             fail: function (res) {
+              console.log(res);
               if (res.errMsg.indexOf('function not exist') > -1) {
               if (res.errMsg.indexOf('function not exist') > -1) {
                 alert('版本过低请升级');
                 alert('版本过低请升级');
               }
               }