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.
30 lines
427 B
30 lines
427 B
<template>
|
|
<view class="pageBgImg">
|
|
<topNavbar title="个人二维码"></topNavbar>
|
|
<view class="pad">
|
|
<view class="card">
|
|
<view class="qcode">
|
|
|
|
</view>
|
|
</view>
|
|
|
|
<view class="card">
|
|
<user-info/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.qcode {
|
|
width: 100%;
|
|
height: 600rpx;
|
|
}
|
|
.card {
|
|
padding: 28rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
</style>
|