Commit 727df5ab by sunchao

学习认证banner进去bug

parent ab587cd3
......@@ -71,8 +71,12 @@
"path": "pages/application-process/basic-info",
"style": {
"navigationBarTitleText": "基本资料",
"enablePullDownRefresh": false
}
"enablePullDownRefresh": false,
"app-plus": {
"softinputMode": "adjustPan"
}
},
}, {
"path": "pages/application-process/work-experience",
"style": {
......
......@@ -119,7 +119,7 @@
},
getLearnCertifyList() {
api.queryCertificateList({
userId: this.userId
userId: uni.getStorageSync('cffp_userId')
}).then((res) => {
console.log(res)
if (res['success']) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment