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