@@ -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('版本过低请升级');
}