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.
 
 
 

35 lines
628 B

<template>
<view class="contioner">
<view class="content">
<view class="header">
<view class="headertitle">
<image src="../../static/bcimg/leftxing.png" mode=""></image> <text>我的邀请好友</text><image src="../../static/bcimg/rightxing.png" mode=""></image>
</view>
<view class="number">
0
</view>
</view>
<view class="button">
邀请好友
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
@import "./invite.scss"
</style>