{{information.source_name}} {{information.user_name}} {{item.city_name ? item.city_name : ''}} {{item.t}} 查看详情 {{item.d}} 温馨提示:{{information.memo}} {{status[0]}} var imageClass = function(i, n) { if (i == 0) { return 'image-current' } else if (i == n - 1) { return 'image-start' } else { return 'image' } } var imageSrc = function(i, n) { if (i == 0) { return 'finish' } else if (i == n - 1) { return 'start' } else { return 'point' } } var textStyle = function(i, s) { if (i == 0){ return s ? 'color:#333333' : 'color:#3296FB' } return '' } module.exports.imageSrc = imageSrc module.exports.imageClass = imageClass module.exports.textStyle = textStyle