Kaynağa Gözat

Merge branch 'feature_20250331_日报分享' into uat(dev)

zhujindu 9 ay önce
ebeveyn
işleme
876c911e1c
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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('版本过低请升级');
               }