...
|
...
|
@@ -14,7 +14,7 @@ var $ = require('yoho-jquery'), |
|
|
shareLink = $('#shareLink').val(),
|
|
|
wx = window.wx;
|
|
|
|
|
|
require('../common.js');
|
|
|
// require('../common.js');
|
|
|
|
|
|
$('#phone').bind('input propertychange', function() {
|
|
|
if ($(this).val().length === 11) {
|
...
|
...
|
@@ -159,7 +159,7 @@ $('.phone-input-content div').on('click', function() { |
|
|
window._yas.sendCustomInfo({
|
|
|
activityID: activityID,
|
|
|
returnCode: data.result.returnCode
|
|
|
}, false);
|
|
|
}, true);
|
|
|
}
|
|
|
if (!data.result.newUser) {
|
|
|
$('.gain-coupon-centent .coupon img').attr('src', oldUserCouponPic);
|
...
|
...
|
@@ -240,7 +240,7 @@ $('.vertify-input-content').on('click', '.get', function() { |
|
|
window._yas.sendCustomInfo({
|
|
|
activityID: activityID,
|
|
|
returnCode: data.result.returnCode
|
|
|
}, false);
|
|
|
}, true);
|
|
|
}
|
|
|
if (!data.result.newUser) {
|
|
|
$('.gain-coupon-centent .coupon img').attr('src', oldUserCouponPic);
|
...
|
...
|
@@ -344,7 +344,7 @@ $('.use-coupon-btn').on('click', function() { |
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
activityID: activityID
|
|
|
}, true);
|
|
|
}, false);
|
|
|
}
|
|
|
});
|
|
|
|
...
|
...
|
|