소스 검색

修复咨询list页

limeng 3 달 전
부모
커밋
ef3238943a
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/main/resources/templates/www/tuiyijunren/list-seek.html
  2. 3 3
      src/main/resources/templates/www/tuiyijunren/list-zx.html

+ 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>