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.
 
 
 

51 lines
1.1 KiB

<template>
<view class="contioner">
<view class="content">
<view class="dealy">
<image src="../../static/bcimg/bc.jpeg" mode=""></image>
</view>
<view class="title">
无境数创
</view>
<view class="banben">
版本1.0.0
</view>
<view class="introduce">
我是你爸爸我是你爸爸
我是你爸爸我是你爸爸
我是你爸爸我是你爸爸我是你爸爸我是你爸爸我是你爸爸我是你爸爸我是你爸爸
我是你爸爸我是你爸爸我是你爸爸我是你爸爸我是你爸爸我是你爸爸年就好的你
</view>
<view class="introduceone">
<view class="phone">
电话:133334444333
</view>
<view class="phone">
客服微信:133334444333
</view>
<view class="phone">
公司官网www.qidukongjian.com
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
name: '15282358232',
card: '513822199611189099'
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
@import "./contact.scss"
</style>