|
@@ -493,8 +493,9 @@
|
|
|
});
|
|
|
//more更多产品
|
|
|
$(document).on('tap', '.go_pro_list', function() {
|
|
|
+ var type = $(this).attr("pos")
|
|
|
if (typeof($(this).attr("pos")) != "undefined") {
|
|
|
- location.href = "pro-list.html?productId=5";
|
|
|
+ location.href = "pro-list.html?productId="+type;
|
|
|
} else {
|
|
|
location.href = "pro-list.html";
|
|
|
}
|