...
|
...
|
@@ -155,7 +155,7 @@ $('.phone-input-content div').on('click', function() { |
|
|
},
|
|
|
success: function(data) {
|
|
|
if (data.result.code === 200) {
|
|
|
if (window._yas) {
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
activityID: activityID,
|
|
|
returnCode: data.result.returnCode
|
...
|
...
|
@@ -236,7 +236,7 @@ $('.vertify-input-content').on('click', '.get', function() { |
|
|
dataType: 'json',
|
|
|
success: function(data) {
|
|
|
if (data.result.code === 200) {
|
|
|
if (window._yas) {
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
activityID: activityID,
|
|
|
returnCode: data.result.returnCode
|
...
|
...
|
@@ -341,7 +341,7 @@ $('.description').on('click', function() { |
|
|
});
|
|
|
|
|
|
$('.use-coupon-btn').on('click', function() {
|
|
|
if (window._yas) {
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
activityID: activityID
|
|
|
}, true);
|
...
|
...
|
|