dolphin-weex-bc 0.0.38 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.web.js CHANGED
@@ -65376,6 +65376,7 @@ exports.default = {
65376
65376
 
65377
65377
  // 购买商品跳转
65378
65378
  buyGoods: function buyGoods(it, deviceInfo) {
65379
+ this.$emit('handleEventBuyGoods', { it: it, deviceInfo: deviceInfo });
65379
65380
  // 1购买
65380
65381
  if (it.btnType == 1) {
65381
65382
  var activeUrl = it.purchaseInfo ? it.purchaseInfo.linkUrl : '';