Commit 46748ea4 by 黄秀兰

up

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