...
|
...
|
@@ -53,7 +53,6 @@ |
|
|
newUserCouponPic = $('#newUserCouponPic').html(),
|
|
|
tipMessage = $('#tipMessage').html(),
|
|
|
activityID = $('#activityID').html(),
|
|
|
pageInfo = $('#pageInfo').html(),
|
|
|
_weChatInterface = 'http://www.yohoshow.com/api/wechat/getSignPackage',
|
|
|
shareTitle = $('#shareTitle').val(),
|
|
|
shareImg = $('#shareImg').val(),
|
...
|
...
|
@@ -178,7 +177,7 @@ |
|
|
});
|
|
|
}
|
|
|
|
|
|
$('.input-content div').on('click', function() {
|
|
|
$('.phone-input-content div').on('click', function() {
|
|
|
phone = $(this).siblings('input').val();
|
|
|
reg = /[0-9]{11}/;
|
|
|
if (!reg.test(phone)) {
|
...
|
...
|
@@ -268,7 +267,7 @@ |
|
|
}
|
|
|
});
|
|
|
});
|
|
|
$('.input-content').on('click', '.get', function() {
|
|
|
$('.vertify-input-content').on('click', '.get', function() {
|
|
|
$('.input-content div').eq('1').removeClass('get');
|
|
|
if ($(this).siblings('input').val().length === 4) {
|
|
|
$.ajax({
|
...
|
...
|
|