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.
70 lines
1.2 KiB
70 lines
1.2 KiB
<template>
|
|
<view class="">
|
|
<navigation :showBack="true">
|
|
About us
|
|
</navigation>
|
|
<view class="main">
|
|
<view class="top_con">
|
|
</view>
|
|
<view class="bot_con">
|
|
<view class="flex item">
|
|
<view class="text1">
|
|
Version update
|
|
</view>
|
|
<view class="text2 gray">
|
|
v2.2.9
|
|
</view>
|
|
</view>
|
|
<view class="flex item">
|
|
<view class="text1">
|
|
Official website
|
|
</view>
|
|
<view class="text2 gray">
|
|
https://bitcooo.com
|
|
</view>
|
|
</view>
|
|
<view class="flex item">
|
|
<view class="text1">
|
|
Terms of Service
|
|
</view>
|
|
<view class="text2 gray">
|
|
<image src="../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image>
|
|
</view>
|
|
</view>
|
|
<view class="flex item">
|
|
<view class="text1">
|
|
Privacy Policy
|
|
</view>
|
|
<view class="text2 gray">
|
|
<image src="../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
import cont from "@/components/navigation/navigation.vue"
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
};
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
};
|
|
</script>
|
|
<style scoped>
|
|
|
|
</style>
|
|
|
|
<style>
|
|
|
|
@import './index.css';
|
|
|
|
</style>
|
|
|