|
|
|
@ -2,15 +2,40 @@ |
|
|
|
<v-page> |
|
|
|
<view class="layout-main"> |
|
|
|
<!-- 申购数据和申购周期 --> |
|
|
|
<v-header class="nav-head" :border="false" :title="$t('purchase.a5')"> |
|
|
|
<v-header class="nav-head" :border="false" :title="$t('purchase.a5')" :left-arrow="false"> |
|
|
|
<template #right> |
|
|
|
<v-link :to="'/pages/purchase/bill?issue_price='+detail.issue_price"> |
|
|
|
<van-icon class="fn-20 m-t-xs" name="todo-list-o"/> |
|
|
|
</v-link> |
|
|
|
</template> |
|
|
|
</v-header> |
|
|
|
<view> |
|
|
|
<view class="m-b-xs d-flex justify-center"><img :src="detail.icon" style="width: 200upx;"></view> |
|
|
|
<!--<view class="m-b-xs">--> |
|
|
|
<!-- <view class="label fn-10">{{ $t("purchase.a2") }}</view>--> |
|
|
|
<!-- <view class="color-light">{{--> |
|
|
|
<!-- detail.expected_time_online--> |
|
|
|
<!-- }}--> |
|
|
|
<!-- </view>--> |
|
|
|
<!--</view>--> |
|
|
|
<!--<view class="m-b-xs">--> |
|
|
|
<!-- <view class="label fn-10">{{ $t("purchase.a3") }}11</view>--> |
|
|
|
<!-- <view class="color-light">{{--> |
|
|
|
<!-- detail.start_subscription_time--> |
|
|
|
<!-- }}--> |
|
|
|
<!-- </view>--> |
|
|
|
<!--</view>--> |
|
|
|
<!--<view class="m-b-xs">--> |
|
|
|
<!-- <view class="label fn-10">{{ $t("purchase.a4") }}</view>--> |
|
|
|
<!-- <view class="color-light">{{--> |
|
|
|
<!-- detail.end_subscription_time--> |
|
|
|
<!-- }}--> |
|
|
|
<!-- </view>--> |
|
|
|
<!--</view>--> |
|
|
|
</view> |
|
|
|
<view class="bg-form-panel-4 p-md fn-center d-flex"> |
|
|
|
<view class="w-6/12 d-flex align-center"> |
|
|
|
|
|
|
|
<view class="w-6/12 d-flex align-center justify-center" style="width: 100%;"> |
|
|
|
<!--<van-circle--> |
|
|
|
<!-- size="130"--> |
|
|
|
<!-- class="w-max"--> |
|
|
|
@ -33,38 +58,14 @@ |
|
|
|
<!-- </view>--> |
|
|
|
<!-- </view>--> |
|
|
|
<!--</van-circle>--> |
|
|
|
<view class="m-b-xs"> |
|
|
|
<view class="label fn-10">{{ $t("purchase.a0") }}</view> |
|
|
|
<view class="m-b-xs fn-16" style="text-align: left;line-height: 30px;"> |
|
|
|
<view class="label">{{ $t("purchase.a0") }}</view> |
|
|
|
<view class="color-light">1 {{ detail.coin_name }}≈<!--{{ detail.issue_price }}-->0.035USDT</view> |
|
|
|
<view class="label fn-10">{{ $t("purchase.a1") }}</view> |
|
|
|
<view class="label">{{ $t("purchase.a1") }}</view> |
|
|
|
<view class="color-light">{{ detail.subscribe_currency }}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
|
|
|
|
<vue class="m-b-xs"><img :src="detail.icon"></vue> |
|
|
|
<!--<view class="m-b-xs">--> |
|
|
|
<!-- <view class="label fn-10">{{ $t("purchase.a2") }}</view>--> |
|
|
|
<!-- <view class="color-light">{{--> |
|
|
|
<!-- detail.expected_time_online--> |
|
|
|
<!-- }}--> |
|
|
|
<!-- </view>--> |
|
|
|
<!--</view>--> |
|
|
|
<!--<view class="m-b-xs">--> |
|
|
|
<!-- <view class="label fn-10">{{ $t("purchase.a3") }}11</view>--> |
|
|
|
<!-- <view class="color-light">{{--> |
|
|
|
<!-- detail.start_subscription_time--> |
|
|
|
<!-- }}--> |
|
|
|
<!-- </view>--> |
|
|
|
<!--</view>--> |
|
|
|
<!--<view class="m-b-xs">--> |
|
|
|
<!-- <view class="label fn-10">{{ $t("purchase.a4") }}</view>--> |
|
|
|
<!-- <view class="color-light">{{--> |
|
|
|
<!-- detail.end_subscription_time--> |
|
|
|
<!-- }}--> |
|
|
|
<!-- </view>--> |
|
|
|
<!--</view>--> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<!-- 申购 --> |
|
|
|
<view class="bg-panel-3 p-md box-shadow"> |
|
|
|
|