update
This commit is contained in:
parent
c6863eed94
commit
66959a17a1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue