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/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -66969,6 +66969,7 @@ exports.default = {
|
|
|
66969
66969
|
|
|
66970
66970
|
// 购买商品跳转
|
|
66971
66971
|
buyGoods: function buyGoods(it, deviceInfo) {
|
|
66972
|
+
this.$emit('handleEventBuyGoods', { it: it, deviceInfo: deviceInfo });
|
|
66972
66973
|
// 1购买
|
|
66973
66974
|
if (it.btnType == 1) {
|
|
66974
66975
|
var activeUrl = it.purchaseInfo ? it.purchaseInfo.linkUrl : '';
|