소스 검색

no message

zhujindu 8 달 전
부모
커밋
f006b21765
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/TXApiFun.js

+ 1 - 1
src/utils/TXApiFun.js

@@ -103,7 +103,7 @@ export function getTicketFun(jsApiList = ['getLocation'], configType = 'config')
       params.agent = 1;
       params.agent = 1;
     }
     }
     //  获取签名
     //  获取签名
-    getTicket(paramss).then((response) => {
+    getTicket(params).then((response) => {
       console.log(response);
       console.log(response);
       toastLoading().clear();
       toastLoading().clear();
       if (response.code == 200) {
       if (response.code == 200) {