Commit e048c990 by guomingpang

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

parent dd4ab7f1
...@@ -13,7 +13,7 @@ import Service from '@/common/js/service'; ...@@ -13,7 +13,7 @@ import Service from '@/common/js/service';
import './AnswerDescPage.less'; import './AnswerDescPage.less';
import { message } from 'antd'; import { message } from 'antd';
import XMAudio from './XMAudio'; 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']; 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) { function AnswerDescPage(props) {
...@@ -683,7 +683,7 @@ function AnswerDescPage(props) { ...@@ -683,7 +683,7 @@ function AnswerDescPage(props) {
{/* {renderFooterText()} */} {/* {renderFooterText()} */}
</div> </div>
</div> </div>
{/* {showScanFile && ( {showScanFile && (
<ScanFileModal <ScanFileModal
fileType={scanFileType} fileType={scanFileType}
item={{ item={{
...@@ -693,7 +693,7 @@ function AnswerDescPage(props) { ...@@ -693,7 +693,7 @@ function AnswerDescPage(props) {
setShowScanFile(false); setShowScanFile(false);
}} }}
/> />
)} */} )}
</div> </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