You've already forked qlg.frontend
细节修改
This commit is contained in:
@ -107,9 +107,9 @@
|
||||
element.src = localStorage.getItem("jsUrl") + 'common.js?ver=' + localStorage.getItem('version');
|
||||
parent.appendChild(element);
|
||||
element.onload = function(){
|
||||
var style = [JZL.getCssUrl('goodsList.css'),JZL.getCssUrl('recommend.css'),JZL.getCssUrl('store_home.css'),JZL.getCssUrl('store_commodity.css'),JZL.getCssUrl('header.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl("global.css")];
|
||||
var style = [JZL.getCssUrl('goodslist.css'),JZL.getCssUrl('recommend.css'),JZL.getCssUrl('store_home.css'),JZL.getCssUrl('store_commodity.css'),JZL.getCssUrl('header.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl("global.css")];
|
||||
JZL.css_init(style);
|
||||
var script = [JZL.getJsUrl('recommend.js'),JZL.getJsUrl("goodsList.js")];
|
||||
var script = [JZL.getJsUrl('recommend.js'),JZL.getJsUrl("goodslist.js")];
|
||||
JZL.js_init(script);
|
||||
setTimeout(function() {
|
||||
parent.style.visibility="visible";
|
||||
|
Reference in New Issue
Block a user