Commit 98929435 authored by 张海景's avatar 张海景

Update uni-data-select.vue

parent b6ddf1d8
...@@ -136,9 +136,9 @@ ...@@ -136,9 +136,9 @@
textShow(){ textShow(){
// 长文本显示 // 长文本显示
let text = this.current; let text = this.current;
if (text.length > 10) { // if (text.length > 10) {
return text.slice(0, 25) + '...'; // return text.slice(0, 25) + '...';
} // }
return text; return text;
} }
}, },
......
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