个人中心

This commit is contained in:
2020-06-13 17:36:24 +08:00
parent ee119b3be5
commit c75af5b303
16 changed files with 575 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="user">
<view class="head">
<view class="head" @click="toOthersPage('info')">
<view class="info">
<image></image>
<view class="name">
@@ -15,7 +15,7 @@
<text>我的粉丝</text>
<image src="/static/image/user/1.png"></image>
</view>
<view class="nav" @click="toOthersPage('fans')">
<view class="nav" @click="toOthersPage('content')">
<text>内容管理</text>
<image src="/static/image/user/1.png"></image>
</view>