'goods-detail-bundle--click-point'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -293,7 +293,7 @@ setTimeout(() => { | @@ -293,7 +293,7 @@ setTimeout(() => { | ||
293 | 293 | ||
294 | if (info.bundleData) { | 294 | if (info.bundleData) { |
295 | renderBundle(info, $bundle); | 295 | renderBundle(info, $bundle); |
296 | - $('#placeholder-bundle').on('touchstart', function () { | 296 | + $('#placeholder-bundle').on('touchstart', function() { |
297 | if (window._yas && window._yas.sendCustomInfo) { | 297 | if (window._yas && window._yas.sendCustomInfo) { |
298 | window._yas.sendCustomInfo({ | 298 | window._yas.sendCustomInfo({ |
299 | op: 'YB_GDS_PACKAGE_C', | 299 | op: 'YB_GDS_PACKAGE_C', |
-
Please register or login to post a comment