@@ -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";
}
@@ -44,8 +44,8 @@
<p><span class="iconfont icon-dingwei"></span></p>
</div>
<div class="mui-table-cell mui-col-xs-10 mui-text-left table-middle">
- <div>收货人:杨春有 <span class="mui-pull-right">13592708169</span></div>
- <p>收货地址:东莞清溪三中金龙工业区徐福记对面优尼雅 电子科技</p>
+ <div>收货人:微商城售后 <span class="mui-pull-right">13311855831</span></div>
+ <p>收货地址:上海市普陀区桃浦路306号星河世纪广场B座1510室</p>
</li>
@@ -43,8 +43,8 @@