|
@@ -45,6 +45,9 @@ function pay(url)
|
|
|
$(function()
|
|
|
{
|
|
|
FastClick.attach(document.body);
|
|
|
+ $(document).on("touchend", '[bind-id="item"]', function() {
|
|
|
+ $(this).addClass("active").siblings(".item").removeClass("active")
|
|
|
+ })
|
|
|
$('#open').click(function(){
|
|
|
$('#layer').show();
|
|
|
});
|