瀏覽代碼

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;
     }
     //  获取签名
-    getTicket(paramss).then((response) => {
+    getTicket(params).then((response) => {
       console.log(response);
       toastLoading().clear();
       if (response.code == 200) {