|
@@ -7,7 +7,6 @@ var $ = require('yoho-jquery'), |
|
@@ -7,7 +7,6 @@ var $ = require('yoho-jquery'), |
7
|
newUserCouponPic = $('#newUserCouponPic').html(),
|
7
|
newUserCouponPic = $('#newUserCouponPic').html(),
|
8
|
tipMessage = $('#tipMessage').html(),
|
8
|
tipMessage = $('#tipMessage').html(),
|
9
|
activityID = $('#activityID').html(),
|
9
|
activityID = $('#activityID').html(),
|
10
|
- pageInfo = $('#pageInfo').html(),
|
|
|
11
|
_weChatInterface = 'http://www.yohoshow.com/api/wechat/getSignPackage',
|
10
|
_weChatInterface = 'http://www.yohoshow.com/api/wechat/getSignPackage',
|
12
|
shareTitle = $('#shareTitle').val(),
|
11
|
shareTitle = $('#shareTitle').val(),
|
13
|
shareImg = $('#shareImg').val(),
|
12
|
shareImg = $('#shareImg').val(),
|
|
@@ -132,7 +131,7 @@ if (typeof wx !== 'undefined') { |
|
@@ -132,7 +131,7 @@ if (typeof wx !== 'undefined') { |
132
|
});
|
131
|
});
|
133
|
}
|
132
|
}
|
134
|
|
133
|
|
135
|
-$('.input-content div').on('click', function() {
|
134
|
+$('.phone-input-content div').on('click', function() {
|
136
|
phone = $(this).siblings('input').val();
|
135
|
phone = $(this).siblings('input').val();
|
137
|
reg = /[0-9]{11}/;
|
136
|
reg = /[0-9]{11}/;
|
138
|
if (!reg.test(phone)) {
|
137
|
if (!reg.test(phone)) {
|
|
@@ -222,7 +221,7 @@ $('.input-content div').on('click', function() { |
|
@@ -222,7 +221,7 @@ $('.input-content div').on('click', function() { |
222
|
}
|
221
|
}
|
223
|
});
|
222
|
});
|
224
|
});
|
223
|
});
|
225
|
-$('.input-content').on('click', '.get', function() {
|
224
|
+$('.vertify-input-content').on('click', '.get', function() {
|
226
|
$('.input-content div').eq('1').removeClass('get');
|
225
|
$('.input-content div').eq('1').removeClass('get');
|
227
|
if ($(this).siblings('input').val().length === 4) {
|
226
|
if ($(this).siblings('input').val().length === 4) {
|
228
|
$.ajax({
|
227
|
$.ajax({
|