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>