Commit 368dcfef by 肖康

搜索接口调试

parent ff1fd3c2
...@@ -9,9 +9,9 @@ define('search', ['tool', 'liexin_pop'], function (require, exports, module) { ...@@ -9,9 +9,9 @@ define('search', ['tool', 'liexin_pop'], function (require, exports, module) {
}, },
getData:function(){ getData:function(){
var data={ var data={
} }
$.liexin_ajax('/api/semour/skuLists', 'GET', { $.liexin_ajax(SO_URL+'/semour/skuLists', 'GET', {
}, function (res) { }, function (res) {
if (res.code == 0) { if (res.code == 0) {
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<span class="icon iconfont icon-sanjiaoxing-tianchong sx"></span> <span class="icon iconfont icon-sanjiaoxing-tianchong sx"></span>
</span> </span>
</div> </div>
<div class="sort-item act bottom"> <div class="sort-item act bottom">
<div>Prices</div> <div>Prices</div>
<span class="tp"> <span class="tp">
......
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 sign in to comment