diff --git a/pkg_product/views/groupBuyDetails.vue b/pkg_product/views/groupBuyDetails.vue index be00bc1..306c28a 100644 --- a/pkg_product/views/groupBuyDetails.vue +++ b/pkg_product/views/groupBuyDetails.vue @@ -102,6 +102,7 @@ duration="10000"> @@ -151,7 +152,7 @@ - + @@ -238,6 +239,11 @@ export default { }) }, methods: { + previewHero(urls, current) { + console.log(urls); + + uni.previewImage({ urls, current }) + }, toGift(){ uni.navigateTo({ // + '&couponId=' + coupId @@ -732,4 +738,4 @@ export default { background: #CE4852; } } - \ No newline at end of file +