From 06beb532f420f6c7dc4f41f71edd9c0c1b237a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Sat, 18 Jan 2020 10:13:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/wxcode/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/wxcode/index.js b/public/react/src/modules/wxcode/index.js index 13e4bc037..eb0f5cbca 100644 --- a/public/react/src/modules/wxcode/index.js +++ b/public/react/src/modules/wxcode/index.js @@ -12,7 +12,7 @@ import MonacoEditor from '@monaco-editor/react'; import { Input, Icon } from 'antd'; import { connect } from 'react-redux'; import actions from '../../redux/actions'; -// import cookie from 'react-cookies'; + import cookie from 'react-cookies'; const { TextArea } = Input; const App = (props) => { @@ -236,7 +236,7 @@ const App = (props) => { { is_public - ? (last_compile_output ? + ? (last_compile_output ? (result ? : ) : '') : (