提交 00e27c7e 编写于 作者: J jyew2

应用市场增加应用简介!

上级 365cfd80
......@@ -174,6 +174,9 @@ MWF.xApplication.AppMarketV2.ApplicationsContent.Applications= new Class({
}else{
_self.content.querydata["category"]=d;
}
var key = _self.content.searchAppInputNode.get("value");
if (key==undefined) key="";
_self.content.querydata["name"]=key;
_self.loadApplications();
}
}
......
......@@ -90,6 +90,13 @@
color:rgba(51,51,51,1);
line-height:30px;
overflow: hidden;
line-height: 40px;
margin-top: 20px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
text-indent: 2em;
}
.o2_appmarket_application_introduce_memo_remark_inner{
......
......@@ -113,8 +113,9 @@ MWF.xApplication.AppMarketV2.Application.Main = new Class({
this.applicationintroducememoremarkcommentcount.set("text",""+this.appdata.commentCount+"个评分")
//this.applicationintroducememodownload.set("text",this.appdata.downloadCount);
this.applicationintroducememocategory.set("text","分类:"+this.appdata.category);
this.applicationintroducememocontent.set("html",this.appdata.abort);
this.applicationintroducedownloadprice.set("text","$"+this.appdata.price);
this.applicationintroducememocontent.set("text",this.appdata.describe);
//this.applicationintroducedownloadprice.set("text","$"+this.appdata.price);
this.applicationintroducedownloadprice.set("text","");
var bottomtext =this.lp.setup;
if (this.appdata.installedVersion && this.appdata.installedVersion!=""){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册