diff --git a/app/pages/profile/index.vue b/app/pages/profile/index.vue index becdfc5..645d803 100644 --- a/app/pages/profile/index.vue +++ b/app/pages/profile/index.vue @@ -1,133 +1,144 @@ - - - - - - {{userInfo.realName}} - {{userInfo.telNum}} - - - - - {{$t('home.my_lots')}} + + + + + {{ userInfo.realName }} + {{ userInfo.telNum }} - + + + + + + {{ $t('home.my_lots') }} + + + {{ $t('home.refresh_show') }} - - + + + 您暂无拍品 快去竞拍吧 - - {{item.userCreatedAt}} - - - - - - {{item1?.auctionArtworkInfo?.artworkTitle}} - - - {{$t('home.start_price')}}:RMB 1,000 - {{$t('home.close_price')}}:RMB 10,000 + + + + + {{ group.userCreatedAt }} + + + + + {{ item?.auctionArtworkInfo?.artworkTitle }} - - {{$t('art_detail_page.button')}} + + + + {{ $t('home.start_price') }}:RMB 1,000 + + + {{ $t('home.close_price') }}:RMB 10,000 + + + + {{ $t('art_detail_page.button') }} + - + + + \ No newline at end of file