Commit ccb71f3443c4caaf7fee1dfcabb510de90a4b31a
1 parent
c8ac47d6
注册登陆的优化
Showing
1 changed file
with
2 additions
and
2 deletions
packageE/pages/togoin/togoin.js
| ... | ... | @@ -312,12 +312,12 @@ Page({ |
| 312 | 312 | } |
| 313 | 313 | }) |
| 314 | 314 | } else { |
| 315 | - this.setData({ sub: 1 }); | |
| 315 | + th.setData({ sub: 1 }); | |
| 316 | 316 | wx.showLoading({ |
| 317 | 317 | title: '处理中.', |
| 318 | 318 | mask: true |
| 319 | 319 | }) |
| 320 | - this.zu_ce(dd); //调用注册的函数 | |
| 320 | + th.zu_ce(dd); //调用注册的函数 | |
| 321 | 321 | } |
| 322 | 322 | } |
| 323 | 323 | ... | ... |