Commit ccb71f3443c4caaf7fee1dfcabb510de90a4b31a

Authored by yvan.ni
1 parent c8ac47d6

注册登陆的优化

packageE/pages/togoin/togoin.js
@@ -312,12 +312,12 @@ Page({ @@ -312,12 +312,12 @@ Page({
312 } 312 }
313 }) 313 })
314 } else { 314 } else {
315 - this.setData({ sub: 1 }); 315 + th.setData({ sub: 1 });
316 wx.showLoading({ 316 wx.showLoading({
317 title: '处理中.', 317 title: '处理中.',
318 mask: true 318 mask: true
319 }) 319 })
320 - this.zu_ce(dd); //调用注册的函数 320 + th.zu_ce(dd); //调用注册的函数
321 } 321 }
322 } 322 }
323 323