Browse Source

新增申购页面

master
liaoxinyu 11 months ago
parent
commit
1e7f3b5bdf
  1. 7
      pages/base/index.vue
  2. 46
      pages/purchase/index.vue

7
pages/base/index.vue

@ -94,7 +94,12 @@ export default {
// icon: "static/img/base_qukuai_0.png",
// activeIcon: "static/img/base_qukuai_1.png",
// },
{
label: this.$t("purchase.a5"),
tel: "purchase",
icon: "static/img/base_qukuai_0.png",
activeIcon: "static/img/base_qukuai_1.png",
},
{
label: this.$t("base.d2"),
tel: "mine",

46
pages/purchase/index.vue

@ -35,35 +35,35 @@
<!--</van-circle>-->
<view class="m-b-xs">
<view class="label fn-10">{{ $t("purchase.a0") }}</view>
<view class="color-light">1 {{ detail.coin_name }}<!--{{ detail.issue_price }}-->0.035USDT</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="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>-->
<vue class="m-b-xs"><img :src="detail.icon" style="width: 30px;" /></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") }}</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>
<!-- 申购 -->

Loading…
Cancel
Save