Commit 46748ea4 by 黄秀兰

up

parent f6be89ef
...@@ -73,6 +73,7 @@ function renderSliderData ( res, root_images ) { ...@@ -73,6 +73,7 @@ function renderSliderData ( res, root_images ) {
} }
photos.push(obj); photos.push(obj);
}); });
obj.photos = photos; obj.photos = photos;
obj.current = 1; obj.current = 1;
obj.is_hidden_exif = true; obj.is_hidden_exif = true;
......
...@@ -382,7 +382,7 @@ Page({ ...@@ -382,7 +382,7 @@ Page({
if ( !type ) { if ( !type ) {
if ( len == 0 ) { if ( len == 0 ) {
var title = date+'无TOP1作品,故不展示,可以查看其他日期的快拍作品' var title = date+'无作品,请选择其他日期查看'
return wx.showToast({ return wx.showToast({
title: title title: title
}); });
......
...@@ -110,6 +110,7 @@ page { ...@@ -110,6 +110,7 @@ page {
.top-photo-des, .top-photo-des,
.top-photo-opinion { .top-photo-opinion {
line-height: 1.4; line-height: 1.4;
word-wrap: break-word;
} }
.top-photo-opinion text { .top-photo-opinion text {
color: #88b3e2; color: #88b3e2;
......
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