Authored by htoooth

fix

... ... @@ -77,7 +77,6 @@ const QUEUE_SUCCESS = {
FULL: 3
};
const YB_SHARE_RESULT_L = 'YB_SHARE_RESULT_L';
const YB_TO_ASSIST_C = 'YB_TO_ASSIST_C';
const YB_ASSIST_SUCCESS_L = 'YB_ASSIST_SUCCESS_L';
const YB_INVITE_ASSIST_C = 'YB_INVITE_ASSIST_C';
... ...
... ... @@ -256,8 +256,6 @@ Page(Object.assign({
IMG: decodeURIComponent(this.data.shareInfo.default_image)
};
params.SHARE_RESULT = 1;
yas.report('YB_SHARE_RESULT_L', params);
// 用户点击右上角分享
return {
... ... @@ -266,10 +264,8 @@ Page(Object.assign({
path: params.PATH, // 分享路径
imageUrl: params.IMG,
success: function() {
params.SHARE_RESULT = 1;
},
fail: function() {
params.SHARE_RESULT = 2;
}
};
},
... ...
... ... @@ -155,8 +155,6 @@ Page(Object.assign({
IMG: decodeURIComponent(this.data.shareInfo.default_image)
};
params.SHARE_RESULT = 1;
yas.report('YB_SHARE_RESULT_L', params);
// 用户点击右上角分享
return {
... ...