提交 9b859bbe 编写于 作者: J jyew2

应用市场title和搜索分类调整

上级 aaa0a67a
......@@ -158,6 +158,11 @@ MWF.xApplication.AppMarketV2.ApplicationsContent.Applications= new Class({
var categorydiv = new Element("span",{"text":d,"class":"o2_appmarket_appcategory"}).inject(categorysdiv);
categorydiv.store("data",d);
if (_self.content.querydata["category"]){
if ((_self.content.querydata["category"]=="" && d=="全部")||(_self.content.querydata["category"]==d)){
categorydiv.removeClass("o2_appmarket_appcategory").addClass("mainColor_color").addClass("o2_appmarket_appcategory_current");
}
}
categorydiv.addEvents({
"mouseover":function(){
debugger;
......
MWF.xApplication.AppMarketV2.LP = {
"title": "应用市场V2",
"title": "应用市场",
"implodeLocal": "从本地导入",
"download": "免费下载",
"setupTitle": "即将安装",
......
MWF.xApplication.AppMarketV2.Application.LP = {
"title": "应用市场V2",
"title": "应用市场",
"implodeLocal": "从本地导入",
"download": "免费下载",
"setup": "安装",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册