Pārlūkot izejas kodu

修复咨询list页

limeng 3 mēneši atpakaļ
vecāks
revīzija
ef3238943a

+ 1 - 1
src/main/resources/templates/www/tuiyijunren/list-seek.html

@@ -26,7 +26,7 @@
 								</div>
 							</div>
 							<div class="ls-cont">
-								<p>${isNotEmpty(bean.description)&&strutil.length(bean.description)>200?strutil.subStringTo(bean.description,0,200)+"...":bean.description}</p>
+								<p>${isNotEmpty(bean.description)&&strutil.length(bean.description)>100?strutil.subStringTo(bean.description,0,100)+"...":bean.description}</p>
 							</div>
 						</dd>
 					</a>

+ 3 - 3
src/main/resources/templates/www/tuiyijunren/list-zx.html

@@ -19,7 +19,7 @@
 							</div>
 						</div>
 						<div class="ls-cont">
-							<p>${isNotEmpty(bean.description)&&strutil.length(bean.description)>200?strutil.subStringTo(bean.description,0,200)+"...":bean.description}</p>
+							<p>${isNotEmpty(bean.description)&&strutil.length(bean.description)>100?strutil.subStringTo(bean.description,0,100)+"...":bean.description}</p>
 						</div>
 					</dd>
 				</a>
@@ -41,7 +41,7 @@
 							</div>
 						</div>
 						<div class="ls-cont">
-							<p>${isNotEmpty(bean.description)&&strutil.length(bean.description)>200?strutil.subStringTo(bean.description,0,200)+"...":bean.description}</p>
+							<p>${isNotEmpty(bean.description)&&strutil.length(bean.description)>100?strutil.subStringTo(bean.description,0,100)+"...":bean.description}</p>
 						</div>
 					</dd>
 				</a>
@@ -63,7 +63,7 @@
 							</div>
 						</div>
 						<div class="ls-cont">
-							<p>${isNotEmpty(bean.description)&&strutil.length(bean.description)>200?strutil.subStringTo(bean.description,0,200)+"...":bean.description}</p>
+							<p>${isNotEmpty(bean.description)&&strutil.length(bean.description)>100?strutil.subStringTo(bean.description,0,100)+"...":bean.description}</p>
 						</div>
 					</dd>
 				</a>