|
@@ -212,8 +212,19 @@
|
|
|
});
|
|
|
};
|
|
|
|
|
|
- gt_init(handlerRegMobile);
|
|
|
- gt_init(handler);
|
|
|
+ $('#getVerfyCode').on('click', function () {
|
|
|
+ var mobileValue = $.trim($('input[name=mobile]').val());
|
|
|
+ if (mobileValue == '') {
|
|
|
+ // alert('请输入手机号');
|
|
|
+ qsToast({type:2,context: '请输入手机号'});
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ toSetSms({});
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
+ // gt_init(handlerRegMobile);
|
|
|
+ // gt_init(handler);
|
|
|
}
|
|
|
|
|
|
|