Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

View File

@ -0,0 +1,18 @@
//筛选分类
function screenCat(id){
location.href=WST.U('home/shops/shopstreet','id='+id,true);
}
$(function(){
var goodsNum = $(this).find("div[class^='wst-shopstr-shopl']").length;
for(var i=1;i<=goodsNum;++i){
$("#js-goods"+i).als({
visible_items: 6,
scrolling_items: 1,
orientation: "horizontal",
circular: "yes",
autoscroll: "no",
start_from: 2
});
}
WST.dropDownLayer(".j-score",".j-scores");
});