.CollectionRecords
NavbarComponent(title="本金记录" :show-left="true")
.content
van-list(v-model='loading'
:finished='finished'
finished-text='没有更多了'
@load='onLoad')
.records_list
.list_item(v-for="i in testList")
.item_left
p {{i.sub_type_text}}
span {{$utils.formatDate(i.create_time)}}
.item_right {{i.amount}}金币