{{moment.formateDate(item.tipsTime)}} {{item.shortName}} {{loading ? '' : item.hasFollowed ? '已关注' : '点击关注'}} {{item.typicalFloatingQuotedPrice}} 更新时间:{{moment.formateText(item.latestQuoteTime, 10)}} {{item.retainedReceivedQuantity || '- -'}} {{item.startDeductionPoints}} 暂无数据,点击刷新 品类 价格 (元/吨) 涨跌 平均扣点 (最近7天) {{item.categoryName}} {{formate.formatePrice(item.quotedPrice, 1)}} {{item.floatingQuotedPrice}} {{item.averageDeductionPoints || '- -'}} 代卖 function formateTime(lasttime) { if (index == 0) { if(tabIndex == index){ return '/assets/tabs/tab-host-blue.png' } return '/assets/tabs/tab-host-gray.png' } else if (index == 1) { if(tabIndex == index){ return '/assets/tabs/tab-infi-blue.png' } return '/assets/tabs/tab-infi-gray.png' } else if (index == 2) { if(tabIndex == index){ return '/assets/tabs/tab-trans-blue.png' } return '/assets/tabs/tab-trans-gray.png' } else if (index == 3) { if(tabIndex == index){ return '/assets/tabs/tab-self-blue.png' } return '/assets/tabs/tab-self-gray.png' } return '' } module.exports = formateTime