Commit 289c30a9 by zhangleyuan

将折叠放开

parent 1ef4e25e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 吴文洁 * @Author: 吴文洁
* @Date: 2019-09-10 18:26:03 * @Date: 2019-09-10 18:26:03
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @LastEditTime: 2021-05-21 15:32:08 * @LastEditTime: 2021-05-24 11:25:56
* @Description: * @Description:
*/ */
import React, { useRef, useContext, useEffect, useState } from "react"; import React, { useRef, useContext, useEffect, useState } from "react";
...@@ -221,7 +221,7 @@ function Header(props) { ...@@ -221,7 +221,7 @@ function Header(props) {
<div> <div>
<img src='https://image.xiaomaiketang.com/xm/WEsMPAYxAs.png' className="logo" alt="" /> <img src='https://image.xiaomaiketang.com/xm/WEsMPAYxAs.png' className="logo" alt="" />
</div> </div>
{/* {menuType ? ( {menuType ? (
<span <span
className="icon iconfont cursor ml20 handLike" className="icon iconfont cursor ml20 handLike"
onClick={handleMenu} onClick={handleMenu}
...@@ -235,7 +235,7 @@ function Header(props) { ...@@ -235,7 +235,7 @@ function Header(props) {
> >
&#xe615; &#xe615;
</span> </span>
)} */} )}
<div className="message-help"> <div className="message-help">
{list.length ? ( {list.length ? (
<ClickOutside <ClickOutside
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment