Vue.component('follow-bottom', { template: '
\

签到信息

\
\
\
签到方式: 定位签到
\
签到时间: 2019-01-01 10:10:10
\
\
签到位置: 福建省厦门市思明区软件园望海路
\
\
签到拍照: 
\
\
\
\
', data: function() { return { followUpList:[], curPage:1 } }, props:[], methods: { method: function() { } }, watch:{ followUpData:function(val){ this.followUpList=this.followUpData; } }, mounted: function() { } })