chenkun 11 months ago
parent
commit
1f74570490
1 changed files with 11 additions and 28 deletions
  1. +11
    -28
      pages/index/center.vue

+ 11
- 28
pages/index/center.vue View File

@ -7,8 +7,7 @@
</view>
<!--中部 用户信息-->
<view style="border-radius: 20rpx;position: absolute;top: 20%;left: 10%;
width:80%;height: 12%;z-index: 1;background: white;">
<view style="border-radius: 20rpx;position: absolute;top: 20%;left: 10%; width:80%;height: 12%;z-index: 1;background: white;">
<!--头像-->
<view style="position: absolute;z-index:2;width:33%;height:100%;border-radius: 50%;overflow: hidden;top: -32%;left: 0%;">
<image src="/static/image/center/椭圆形.png" style="width: 100%;height: 100%;"></image>
@ -89,33 +88,17 @@ export default {
data() {
return {
//
baseList: [{
name: 'photo',
imageUrl: '/static/image/center/1.png',
title: '我的发布'
}, {
name: 'lock',
imageUrl: '/static/image/center/1.png',
title: '我的推广'
}, {
name: 'star',
imageUrl: '/static/image/center/1.png',
title: '我的银行卡'
}, {
name: 'star',
imageUrl: '/static/image/center/1.png',
title: '我的钱包'
}],
baseList: [
{ name: 'photo', imageUrl: '/static/image/center/1.png', title: '我的发布' },
{ name: 'lock', imageUrl: '/static/image/center/1.png', title: '我的推广' },
{ name: 'star', imageUrl: '/static/image/center/1.png', title: '我的银行卡' },
{ name: 'star', imageUrl: '/static/image/center/1.png', title: '我的钱包' },
],
//
otherList: [{
name: 'photo',
imageUrl: '/static/image/center/1.png',
title: '实名信息'
}, {
name: 'lock',
imageUrl: '/static/image/center/1.png',
title: '帮助反馈'
},]
otherList: [
{ name: 'photo', imageUrl: '/static/image/center/1.png', title: '实名信息' },
{ name: 'lock', imageUrl: '/static/image/center/1.png', title: '帮助反馈' },
],
}
},
methods: {


Loading…
Cancel
Save