Commit e048c990 by guomingpang

feat:答题详情图片可以预览

parent dd4ab7f1
......@@ -13,7 +13,7 @@ import Service from '@/common/js/service';
import './AnswerDescPage.less';
import { message } from 'antd';
import XMAudio from './XMAudio';
// import ScanFileModal from '@/component/ScanFileModal';
import ScanFileModal from '@/modules/prepare-lesson/modal/ScanFileModal';
const NUM_TO_WORD_MAP = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'];
function AnswerDescPage(props) {
......@@ -683,7 +683,7 @@ function AnswerDescPage(props) {
{/* {renderFooterText()} */}
</div>
</div>
{/* {showScanFile && (
{showScanFile && (
<ScanFileModal
fileType={scanFileType}
item={{
......@@ -693,7 +693,7 @@ function AnswerDescPage(props) {
setShowScanFile(false);
}}
/>
)} */}
)}
</div>
);
}
......
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