|
@@ -137,7 +137,9 @@
|
|
pageIndex:Constant.query.pageIndex,
|
|
pageIndex:Constant.query.pageIndex,
|
|
isdetails:1
|
|
isdetails:1
|
|
},function(data,status){
|
|
},function(data,status){
|
|
- $(".data-title").text(data.data.dic.name)
|
|
|
|
|
|
+ $(".data-title").text(data.data.dic.name)
|
|
|
|
+ $(".data-title").attr("href",data.data.dic.extended3+"?jpcode="+data.data.dic.value)
|
|
|
|
+
|
|
var list=data.data.data.data;
|
|
var list=data.data.data.data;
|
|
|
|
|
|
$("#product-temp").tmpl(list).prependTo(".data-product")
|
|
$("#product-temp").tmpl(list).prependTo(".data-product")
|
|
@@ -186,7 +188,8 @@
|
|
|
|
|
|
<span>
|
|
<span>
|
|
当前位置:
|
|
当前位置:
|
|
- <a >
|
|
|
|
|
|
+ <a href="index.html">
|
|
|
|
+
|
|
网站首页
|
|
网站首页
|
|
</a>
|
|
</a>
|
|
>
|
|
>
|