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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-weex-bc",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -458,6 +458,7 @@ export default {
458
458
 
459
459
  // 购买商品跳转
460
460
  buyGoods(it, deviceInfo) {
461
+ this.$emit('handleEventBuyGoods', { it, deviceInfo })
461
462
  // 1购买
462
463
  if (it.btnType == 1) {
463
464
  let activeUrl = it.purchaseInfo ? it.purchaseInfo.linkUrl : ''