From 5be85033f85d6d82bf9d13360a122986e2a09d19 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 11 Jan 2021 16:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 8312b7c..805bec5 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -21,8 +21,8 @@ GOFLY.init=function(config){ this.GOFLY_BTN_TEXT=config.GOFLY_BTN_TEXT; } this.dynamicLoadCss(this.GOFLY_URL+"/static/css/gofly-front.css"); + var _this=this; if (typeof $!="function"){ - var _this=this; this.dynamicLoadJs("https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js",function () { _this.dynamicLoadJs("https://cdn.bootcdn.net/ajax/libs/layer/3.1.1/layer.min.js",function () { _this.clickBtn();