Commit b68e9668 authored by xishifeng's avatar xishifeng Committed by hujun

商铺分享修改

parent 11a44e06
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
<script src="/app/js/swiper.js"></script> <script src="/app/js/swiper.js"></script>
<script src="/app/js/app_jump.js" ></script> <script src="/app/js/app_jump.js" ></script>
<script src="/app/js/common.js" charset="utf-8"></script> <script src="/app/js/common.js" charset="utf-8"></script>
<script src="/app/js/detaila_tl.js"></script> <script src="/app/js/detaila_tl.js?new1"></script>
<script src="/app/js/Tab_min.js" charset="utf-8"></script> <script src="/app/js/Tab_min.js" charset="utf-8"></script>
</body> </body>
</html> </html>
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
url: ServerHostTempC + '/broker/getShopDetail', url: ServerHostTempC + '/broker/getShopDetail',
data: { data: {
'id': _shangpuId, 'id': _shangpuId,
'site_area': _isC=='1'?1:3 // 'site_area': _isC=='1'?1:3
'site_area': 1
}, },
type: "GET", type: "GET",
dataType: "json", dataType: "json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment