mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
移动端考试未随机
This commit is contained in:
@@ -114,7 +114,8 @@
|
||||
this.info=res.result;
|
||||
this.loadStudyItemId();
|
||||
if(this.info.paperType==2){
|
||||
apiExamPaper.getPaperContent(this.info.paperId).then(rs=>{
|
||||
// apiExamPaper.getPaperContent(this.info.paperId).then(rs=>{
|
||||
apiExamPaper.getPcPaperContent(this.info.id).then(rs=>{
|
||||
if(rs.status==200){
|
||||
//console.log(rs.result)
|
||||
let paperItems=JSON.parse(rs.result);
|
||||
|
||||
Reference in New Issue
Block a user