update
This commit is contained in:
parent
c6863eed94
commit
66959a17a1
|
@ -150,7 +150,7 @@ Page({
|
||||||
title: '正在生成试卷',
|
title: '正在生成试卷',
|
||||||
mask:true
|
mask:true
|
||||||
})
|
})
|
||||||
api.request('/examtest/workscope/' + workId + '/monitest', 'GET').then(res => {
|
api.request('/examtest/workscope/' + workId + '/monitest/', 'GET').then(res => {
|
||||||
wx.hideLoading()
|
wx.hideLoading()
|
||||||
try {
|
try {
|
||||||
wx.setStorageSync('examtest', res.data)
|
wx.setStorageSync('examtest', res.data)
|
||||||
|
|
Loading…
Reference in New Issue