|
@ -4,7 +4,7 @@ |
|
|
<swiper class="swiper" :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval"> |
|
|
<swiper class="swiper" :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval"> |
|
|
<swiper-item> |
|
|
<swiper-item> |
|
|
<view class="swiper-item"> |
|
|
<view class="swiper-item"> |
|
|
<image src="../../static/tongyonh/phone_image.png" class="img1" mode="aspectFit"></image> |
|
|
<image src="../../static/tongyonh/Illustration.png" class="img1" mode="aspectFit"></image> |
|
|
<view class="text_con"> |
|
|
<view class="text_con"> |
|
|
<view class="text1"> |
|
|
<view class="text1"> |
|
|
{{i18n.Decentralised}} |
|
|
{{i18n.Decentralised}} |
|
@ -18,13 +18,27 @@ |
|
|
</swiper-item> |
|
|
</swiper-item> |
|
|
<swiper-item> |
|
|
<swiper-item> |
|
|
<view class="swiper-item"> |
|
|
<view class="swiper-item"> |
|
|
<image src="../../static/tongyonh/phone_image.png" class="img1" mode="aspectFit"></image> |
|
|
<image src="../../static/tongyonh/Frame.png" class="img1" mode="aspectFit"></image> |
|
|
<view class="text_con"> |
|
|
<view class="text_con"> |
|
|
<view class="text1"> |
|
|
<view class="text1"> |
|
|
{{i18n.Decentralised}} |
|
|
{{i18n.EasyDecentralised}} |
|
|
</view> |
|
|
</view> |
|
|
<view class="text2"> |
|
|
<view class="text2"> |
|
|
{{i18n.Localstorage}} |
|
|
{{i18n.EasyLocalstorage}} |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
</swiper-item> |
|
|
|
|
|
<swiper-item> |
|
|
|
|
|
<view class="swiper-item"> |
|
|
|
|
|
<image src="../../static/tongyonh/Nftimg.png" class="img1" mode="aspectFit"></image> |
|
|
|
|
|
<view class="text_con"> |
|
|
|
|
|
<view class="text1"> |
|
|
|
|
|
{{i18n.NftDecentralised}} |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="text2"> |
|
|
|
|
|
{{i18n.NftLocalstorage}} |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
@ -84,7 +98,8 @@ |
|
|
<view class="select"> |
|
|
<view class="select"> |
|
|
<u-checkbox-group @change="checkboxGroupChange"> |
|
|
<u-checkbox-group @change="checkboxGroupChange"> |
|
|
<u-checkbox @change="checkboxChange" v-for="(item, index) in list2" :key="index" |
|
|
<u-checkbox @change="checkboxChange" v-for="(item, index) in list2" :key="index" |
|
|
v-model="item.checked" :name="item.name" active-color="#5B53FF"> <text class="name">{{i18n.AgreementConfirmation}} |
|
|
v-model="item.checked" :name="item.name" active-color="#5B53FF"> <text |
|
|
|
|
|
class="name">{{i18n.AgreementConfirmation}} |
|
|
<text class="active" @click.stop="Terms">{{i18n.TermsofService}}</text> |
|
|
<text class="active" @click.stop="Terms">{{i18n.TermsofService}}</text> |
|
|
</text> </u-checkbox> |
|
|
</text> </u-checkbox> |
|
|
</u-checkbox-group> |
|
|
</u-checkbox-group> |
|
|