| | |
| | | <div class="ico"> |
| | | <fx-header :showLeft="false"> |
| | | <template v-slot:title> |
| | | <div>STO</div> |
| | | <div>ICO</div> |
| | | </template> |
| | | <!-- <template v-slot:right> |
| | | <template v-slot:right> |
| | | <van-icon name="todo-list-o" @click="$router.push('/ICO/icoRecord')" /> |
| | | </template> --> |
| | | </template> |
| | | </fx-header> |
| | | |
| | | <div class="ico_list"> |
| | |
| | | <van-progress :percentage="i.progressRate || 0" track-color="#ccc" /> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="item_3 flex justify-center"> |
| | | <div class="item_3 flex justify-center"> |
| | | <van-button type="default" round size="large" @click="openBuy(i)">{{$t('申购')}}</van-button> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |