This commit is contained in:
caoqianming 2020-04-21 18:30:19 +08:00
parent c6863eed94
commit 66959a17a1
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ Page({
title: '正在生成试卷',
mask:true
})
api.request('/examtest/workscope/' + workId + '/monitest', 'GET').then(res => {
api.request('/examtest/workscope/' + workId + '/monitest/', 'GET').then(res => {
wx.hideLoading()
try {
wx.setStorageSync('examtest', res.data)