...
|
...
|
@@ -279,7 +279,7 @@ function reMarginFooter(fixedElement) { |
|
|
function givePoint(parameter) {
|
|
|
var CID = 1;
|
|
|
|
|
|
if (!window._yas.sendCustomInfo) {
|
|
|
if (!window._yas) {
|
|
|
return false;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -309,12 +309,6 @@ function givePoint(parameter) { |
|
|
'page_num': 1
|
|
|
}, parameter);
|
|
|
|
|
|
console.log({
|
|
|
'op': 'YB_CHOOSE_FOR_YOU_Y',
|
|
|
'uid': getUid(),
|
|
|
'param': parameter
|
|
|
}, 'yas=WEB==');
|
|
|
|
|
|
if (parameter.REC_POSE === '' || parameter.PRD_ID === '') {
|
|
|
return true;
|
|
|
}
|
...
|
...
|
@@ -322,7 +316,7 @@ function givePoint(parameter) { |
|
|
window._yas.sendCustomInfo({
|
|
|
'op': 'YB_CHOOSE_FOR_YOU_Y',
|
|
|
'uid': getUid(),
|
|
|
'param': parameter
|
|
|
'param': JSON.stringify(parameter)
|
|
|
}, true);
|
|
|
}
|
|
|
|
...
|
...
|
|