This commit is contained in:
parent
6573ff18ea
commit
689d2017d4
|
|
@ -150,7 +150,7 @@ export default {
|
||||||
name: '',
|
name: '',
|
||||||
createUserName: '',
|
createUserName: '',
|
||||||
listStageContentNum: 0,
|
listStageContentNum: 0,
|
||||||
eligibility: '',
|
eligibility: 0,
|
||||||
learnIconObj: { color: '#1A63AC', size: '18', type: 'calendar' },
|
learnIconObj: { color: '#1A63AC', size: '18', type: 'calendar' },
|
||||||
pracIconObj: { color: '#38B022', size: '18', type: 'compose' },
|
pracIconObj: { color: '#38B022', size: '18', type: 'compose' },
|
||||||
listStage: []
|
listStage: []
|
||||||
|
|
@ -173,7 +173,7 @@ export default {
|
||||||
this.$verificationToken()
|
this.$verificationToken()
|
||||||
uni.request({
|
uni.request({
|
||||||
method: 'post',
|
method: 'post',
|
||||||
url: config.bmwUrl + '/studyWork/StudyWorkAllApp',
|
url: config.bmwUrl + '/studyWork/studyWorkAllApp',
|
||||||
data: params,
|
data: params,
|
||||||
header: {
|
header: {
|
||||||
'Content-Type': 'application/x-www-form-urlencoded',
|
'Content-Type': 'application/x-www-form-urlencoded',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue