Commit 727df5ab by sunchao

学习认证banner进去bug

parent ab587cd3
...@@ -71,8 +71,12 @@ ...@@ -71,8 +71,12 @@
"path": "pages/application-process/basic-info", "path": "pages/application-process/basic-info",
"style": { "style": {
"navigationBarTitleText": "基本资料", "navigationBarTitleText": "基本资料",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
} "app-plus": {
"softinputMode": "adjustPan"
}
},
}, { }, {
"path": "pages/application-process/work-experience", "path": "pages/application-process/work-experience",
"style": { "style": {
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
}, },
getLearnCertifyList() { getLearnCertifyList() {
api.queryCertificateList({ api.queryCertificateList({
userId: this.userId userId: uni.getStorageSync('cffp_userId')
}).then((res) => { }).then((res) => {
console.log(res) console.log(res)
if (res['success']) { 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