Commit aaf2b4e885b275ed7bfb1c2f688025eb4687e722
1 parent
0fa7c84f
注册文件bug优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/profile/profile.js
... | ... | @@ -631,7 +631,7 @@ Page({ |
631 | 631 | stoid:r.stoid, |
632 | 632 | mobile:getApp().globalData.zc_dd.mobile |
633 | 633 | }; |
634 | - if(getApp().globalData.zc_dd.first_leade) | |
634 | + if(getApp().globalData.zc_dd.first_leader) | |
635 | 635 | req_data.first_leader=getApp().globalData.zc_dd.first_leader |
636 | 636 | |
637 | 637 | wx.showLoading(); | ... | ... |