From d85cd51428056e293785dbeddd44c3b57ed8bfcc Mon Sep 17 00:00:00 2001
From: pan <1029559041@qq.com>
Date: Wed, 3 Jun 2020 03:22:46 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=A0=B7=E5=BC=8F=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/Main.tsx | 9 ++-
src/User.tsx | 161 +++++++++++++++++++++++++-----------------
src/entity.ts | 9 ++-
src/ui/Address.tsx | 2 +-
src/ui/InputGroup.tsx | 2 +-
src/ui/MyDialog.tsx | 16 +++--
src/ui/UploadImg.tsx | 14 ++--
7 files changed, 132 insertions(+), 81 deletions(-)
diff --git a/src/Main.tsx b/src/Main.tsx
index a694567..3bc84d1 100644
--- a/src/Main.tsx
+++ b/src/Main.tsx
@@ -1,9 +1,11 @@
import React from "react";
-import {Nav, Navbar} from "react-bootstrap";
+import {Button, Nav, Navbar} from "react-bootstrap";
import {Manager} from "./Manager";
import {User} from "./User";
import {Active} from "./Active";
import {Cookies} from "react-cookie";
+import {manager_cookie} from "./account/PropCookie";
+import {fontEnd} from "./api";
/**
* 菜单标记
@@ -92,6 +94,11 @@ export class Main extends React.Component<