diff --git a/o2web/source/x_component_AppMarketV2/ApplicationsContent.js b/o2web/source/x_component_AppMarketV2/ApplicationsContent.js index 364a5095309afa12b0592bb09aff445b70c49b6b..b7b7fb164a01553a5ce2a0e2d2ae8cb419284747 100644 --- a/o2web/source/x_component_AppMarketV2/ApplicationsContent.js +++ b/o2web/source/x_component_AppMarketV2/ApplicationsContent.js @@ -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(); } } diff --git a/o2web/source/x_component_AppMarketV2_Application/$Main/default/style.css b/o2web/source/x_component_AppMarketV2_Application/$Main/default/style.css index 611984b89121db3d83d5097ed9a0f07162a3d00c..92aad77392aa83809065c4662c75d209a9138fea 100644 --- a/o2web/source/x_component_AppMarketV2_Application/$Main/default/style.css +++ b/o2web/source/x_component_AppMarketV2_Application/$Main/default/style.css @@ -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{ diff --git a/o2web/source/x_component_AppMarketV2_Application/Main.js b/o2web/source/x_component_AppMarketV2_Application/Main.js index 24ae87991c31122250793f9d36d04d5dc638b08b..766e40946725ef5be88934076a90de570e949962 100644 --- a/o2web/source/x_component_AppMarketV2_Application/Main.js +++ b/o2web/source/x_component_AppMarketV2_Application/Main.js @@ -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!=""){