添加 个人页bar
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
|
||||
import { View, Text, Image, ScrollView, Button } from '@tarojs/components';
|
||||
import Taro from '@tarojs/taro';
|
||||
import './index.scss';
|
||||
|
||||
import GuideBar from '@/components/GuideBar'
|
||||
// 用户信息接口
|
||||
interface UserInfo {
|
||||
id: string;
|
||||
@@ -370,6 +370,7 @@ const MyselfPage: React.FC = () => {
|
||||
</View>
|
||||
</View>
|
||||
</ScrollView>
|
||||
<GuideBar currentPage='personal' />
|
||||
</View>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user