Authored by 邱骏

去分享按钮埋点

@@ -273,6 +273,12 @@ Page(Object.assign({ @@ -273,6 +273,12 @@ Page(Object.assign({
273 } 273 }
274 }; 274 };
275 }, 275 },
  276 + reportShare: function() {
  277 + yas.report('YB_QUEUE_TO_SHARE_C', {
  278 + LIMIT_CODE: this.data.shareInfo.limitProductCode,
  279 + POS_ID: 102
  280 + });
  281 + },
276 share: function() { 282 share: function() {
277 this.setData({ 283 this.setData({
278 'actionSheet.show': true 284 'actionSheet.show': true
@@ -140,7 +140,7 @@ @@ -140,7 +140,7 @@
140 <form bindsubmit='submitFormId' report-submit='true'> 140 <form bindsubmit='submitFormId' report-submit='true'>
141 <view class='msg-button-container'> 141 <view class='msg-button-container'>
142 <button class='button-close' bindtap='closeMsg' plain='true' form-type='submit'>关闭</button> 142 <button class='button-close' bindtap='closeMsg' plain='true' form-type='submit'>关闭</button>
143 - <button class='button-share' open-type="share" plain='true' form-type='submit'>去分享</button> 143 + <button class='button-share' open-type="share" plain='true' form-type='submit' bindtap='reportShare'>去分享</button>
144 </view> 144 </view>
145 </form> 145 </form>
146 </block> 146 </block>