Authored by 邱骏

去分享按钮埋点

... ... @@ -273,6 +273,12 @@ Page(Object.assign({
}
};
},
reportShare: function() {
yas.report('YB_QUEUE_TO_SHARE_C', {
LIMIT_CODE: this.data.shareInfo.limitProductCode,
POS_ID: 102
});
},
share: function() {
this.setData({
'actionSheet.show': true
... ...
... ... @@ -140,7 +140,7 @@
<form bindsubmit='submitFormId' report-submit='true'>
<view class='msg-button-container'>
<button class='button-close' bindtap='closeMsg' plain='true' form-type='submit'>关闭</button>
<button class='button-share' open-type="share" plain='true' form-type='submit'>去分享</button>
<button class='button-share' open-type="share" plain='true' form-type='submit' bindtap='reportShare'>去分享</button>
</view>
</form>
</block>
... ...