You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
<template>
|
|
<view class="content">
|
|
<navigation>
|
|
Risk Disclosure AGREEMENT
|
|
</navigation>
|
|
<view class="arcon">
|
|
|
|
|
|
<view class="record_body">
|
|
A+ Plan is an lnternet online wealth manage ment product launched by NGNClub.NGNC lub users can transfer idle funds in NGNClu b account to A+ Plan to obtain daily income of 0.5% to 1%. For example, if you deposit 10,000 today, you will receive tomorrow 50 to100 income. The funds of A+ Plan can be tr ansferred in and out at any time without affe cting your use. You can choose to transfer t he account funds in to obtain income when you are not playing, such as when you are s leeping and resting
|
|
|
|
</view>
|
|
<view class="record_body">
|
|
Transfer-in amount: minimum 1000 naira<br>
|
|
Income settlement time: After midnight the n ext day
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
import api from '@/utils/api'
|
|
import utils from '@/utils'
|
|
import cont from "@/components/navigation/navigation.vue"
|
|
export default{
|
|
data(){
|
|
return{
|
|
|
|
}
|
|
},
|
|
|
|
onLoad() {
|
|
|
|
|
|
|
|
|
|
},
|
|
methods:{
|
|
|
|
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
.arcon{
|
|
padding: 0 36rpx;
|
|
padding-top: 70rpx;
|
|
}
|
|
.record_body{
|
|
color: #303133FF;
|
|
line-height: 48rpx;
|
|
font-size: 28rpx;
|
|
text-transform: capitalize;
|
|
}
|
|
</style>
|
|
|