This commit is contained in:
Van
2018-09-25 12:22:43 +08:00
parent 73c125c9f0
commit c72a9f3835
4 changed files with 16 additions and 43 deletions

View File

@@ -55,12 +55,11 @@ var Skin = {
if (!$('#articleSideShare .article__code').qrcode) {
$.ajax({
method: "GET",
url: latkeConfig.staticServePath + '/js/jquery.qrcode.min.js',
url: latkeConfig.staticServePath + '/skins/Medium/js/jquery.qrcode.min.js',
dataType: "script",
cache: true
});
}
Skin.initArticle();
}
})
},