...
|
...
|
@@ -7,7 +7,6 @@ var $ = require('yoho-jquery'), |
|
|
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(),
|
...
|
...
|
@@ -132,7 +131,7 @@ if (typeof wx !== 'undefined') { |
|
|
});
|
|
|
}
|
|
|
|
|
|
$('.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)) {
|
...
|
...
|
@@ -222,7 +221,7 @@ $('.input-content div').on('click', function() { |
|
|
}
|
|
|
});
|
|
|
});
|
|
|
$('.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({
|
...
|
...
|
|