Showing
1 changed file
with
8 additions
and
0 deletions
@@ -228,5 +228,13 @@ Page({ | @@ -228,5 +228,13 @@ Page({ | ||
228 | }, | 228 | }, |
229 | chooseArea: function() { | 229 | chooseArea: function() { |
230 | router.go('chooseArea'); | 230 | router.go('chooseArea'); |
231 | + }, | ||
232 | + /** | ||
233 | + * 监听验证码组件 | ||
234 | + */ | ||
235 | + onRefreshCode: function(event) { | ||
236 | + this.setData({ | ||
237 | + degrees: event.detail.degrees.join(',') | ||
238 | + }); | ||
231 | } | 239 | } |
232 | }); | 240 | }); |
-
Please register or login to post a comment