判斷內(nèi)容是否大于7,大于輸出...
這是vue 輸出時(shí)的判斷袍患。
"屬性"代表你要展示的字段
{{屬性.length>7?屬性.substring(0,7)+"...":屬性}}
//例子芬失,productInfo.des是我的屬性
{{productInfo.des.length>7?productInfo.des.substring(0,7)+"...":productInfo.des}}
這是vue 輸出時(shí)的判斷袍患。
"屬性"代表你要展示的字段
{{屬性.length>7?屬性.substring(0,7)+"...":屬性}}
//例子芬失,productInfo.des是我的屬性
{{productInfo.des.length>7?productInfo.des.substring(0,7)+"...":productInfo.des}}