Authored by 张丽霞

屏蔽大数据

@@ -14,7 +14,7 @@ var $ = require('yoho-jquery'), @@ -14,7 +14,7 @@ var $ = require('yoho-jquery'),
14 shareLink = $('#shareLink').val(), 14 shareLink = $('#shareLink').val(),
15 wx = window.wx; 15 wx = window.wx;
16 16
17 -require('../common.js'); 17 +// require('../common.js');
18 18
19 $('#phone').bind('input propertychange', function() { 19 $('#phone').bind('input propertychange', function() {
20 if ($(this).val().length === 11) { 20 if ($(this).val().length === 11) {
@@ -159,7 +159,7 @@ $('.phone-input-content div').on('click', function() { @@ -159,7 +159,7 @@ $('.phone-input-content div').on('click', function() {
159 window._yas.sendCustomInfo({ 159 window._yas.sendCustomInfo({
160 activityID: activityID, 160 activityID: activityID,
161 returnCode: data.result.returnCode 161 returnCode: data.result.returnCode
162 - }, false); 162 + }, true);
163 } 163 }
164 if (!data.result.newUser) { 164 if (!data.result.newUser) {
165 $('.gain-coupon-centent .coupon img').attr('src', oldUserCouponPic); 165 $('.gain-coupon-centent .coupon img').attr('src', oldUserCouponPic);
@@ -240,7 +240,7 @@ $('.vertify-input-content').on('click', '.get', function() { @@ -240,7 +240,7 @@ $('.vertify-input-content').on('click', '.get', function() {
240 window._yas.sendCustomInfo({ 240 window._yas.sendCustomInfo({
241 activityID: activityID, 241 activityID: activityID,
242 returnCode: data.result.returnCode 242 returnCode: data.result.returnCode
243 - }, false); 243 + }, true);
244 } 244 }
245 if (!data.result.newUser) { 245 if (!data.result.newUser) {
246 $('.gain-coupon-centent .coupon img').attr('src', oldUserCouponPic); 246 $('.gain-coupon-centent .coupon img').attr('src', oldUserCouponPic);
@@ -344,7 +344,7 @@ $('.use-coupon-btn').on('click', function() { @@ -344,7 +344,7 @@ $('.use-coupon-btn').on('click', function() {
344 if (window._yas && window._yas.sendCustomInfo) { 344 if (window._yas && window._yas.sendCustomInfo) {
345 window._yas.sendCustomInfo({ 345 window._yas.sendCustomInfo({
346 activityID: activityID 346 activityID: activityID
347 - }, true); 347 + }, false);
348 } 348 }
349 }); 349 });
350 350