梁航:个人主页和详情页的更新
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<template>
|
||||
<view class="my">
|
||||
<view>
|
||||
|
||||
<view class="my">
|
||||
<view class="profile">
|
||||
<image src="../../static/img/wo_bj_ll@2x.png" mode="aspectFit" class="profile-bgi"></image>
|
||||
<view class="avator">
|
||||
<u-avatar :src="src"></u-avatar>
|
||||
</view>
|
||||
<view class="username">用户名</view>
|
||||
<view class="account">账号:132123123132</view>
|
||||
<view class="username">{{username}}</view>
|
||||
<view class="account">账号:{{account}}</view>
|
||||
</view>
|
||||
<view class="publish">
|
||||
<u-cell-group>
|
||||
@@ -17,8 +19,8 @@
|
||||
<u-cell icon="integral-fill" title="成功合伙人" is-link="true"></u-cell>
|
||||
</u-cell-group>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
<TabBar :current-page="4"></TabBar>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -26,7 +28,9 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
src: 'https://cdn.uviewui.com/uview/album/2.jpg'
|
||||
src: 'https://cdn.uviewui.com/uview/album/2.jpg',
|
||||
account:'11111111',
|
||||
username:'用户名'
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
Reference in New Issue
Block a user