Commit a2dcf33b by 任建

rj

parent 375f9f7a
...@@ -491,7 +491,9 @@ ...@@ -491,7 +491,9 @@
.brandfind-list-box-text-info>div { .brandfind-list-box-text-info>div {
margin-top: 11px; margin-top: 11px;
overflow: auto; overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
float: left; float: left;
} }
......
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
}, },
getHotCharat(){ getHotCharat(){
var obj = { var obj = {
"ncl_list": this.ncl_list.length ? this.ncl_list : "1,2,3" "ncl_list": this.ncl_list.length ? this.ncl_list : ''
}; };
this.loading = true; this.loading = true;
this.$root.postReq('/web/tmquery/toolCtl/getHotWords', obj).then((d) => { this.$root.postReq('/web/tmquery/toolCtl/getHotWords', obj).then((d) => {
......
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 to comment