Commit 41d88132 by zeyang

1.修复userId未更新的问题

parent 54bf80e1
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
}, },
queryAreaCenterInfo() { queryAreaCenterInfo() {
api.queryAreaCenterInfo({ api.queryAreaCenterInfo({
userId: this.userId userId: uni.getStorageSync('cffp_userId')
}).then((res) => { }).then((res) => {
if (res['success']) { if (res['success']) {
this.cffpUserInfo = res['data']; this.cffpUserInfo = res['data'];
......
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