Files
addons
extend
hyhproject
admin
app
common
home
behavior
common
conf
controller
model
validate
view
default
css
img
js
apply.js
brandslist.js
carts.js
carts_quick.js
cloudzoom.js
common webuploader ╔╧┤лoss.js
common.js
findpass.js
goods.js
goodslist.js
index.js
jquery.als.js
login.js
qrcode.js
right_cart.js
self_shop.js
shophome.js
shopstreet.js
shops
base.html
footer.html
header.html
header_lite.html
index.html
right_cart.html
self_shop.html
self_shop_header.html
top.html
home2
mobile2
wechat2
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5B854518.wgt
admin.php
app-release.apk
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
qlg.tsgz.moe/hyhproject/home/view/default/js/shopstreet.js
2019-09-06 23:53:10 +08:00

18 lines
473 B
JavaScript
Executable File

//筛选分类
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");
});