This commit is contained in:
binbin_pan 2024-12-20 09:16:58 +08:00
parent 6573ff18ea
commit 689d2017d4
1 changed files with 2 additions and 2 deletions

View File

@ -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',