Commit 786a9401 by mushishixian

Merge branch 'dev/ver/1.0.0' of ssh://git.ichunt.net:22611/semour/semour_web into dev/ver/1.0.0

parents 9c4e64fe 46434175
Showing with 4 additions and 5 deletions
......@@ -14,7 +14,7 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
var data_ = {
page: brandlist.page,
page_size: brandlist.limit,
"brand_id/eq":$("#brandvalxsp").attr("guid")
"standard_brand_id/eq":$("#brandvalxsp").attr("guid")
}
if ($(".eqsort").hasClass("act")) {
data_["goods_name/eq"] = $(".mallbrandlistvalx").val()
......@@ -74,7 +74,7 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
brandlist.page=api.getCurrent()
brandlist.getData();
}
});
} else {
tool.NoData(".data-td")
......@@ -193,7 +193,7 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
return false;
}
})
//计算合计价格
var ac_price = obj.find(".price-group.act").find(".jtpcval").text()
......@@ -204,4 +204,4 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
})
seajs.use(['brandlist'])
\ No newline at end of file
seajs.use(['brandlist'])
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