0

我正在尝试使用石板_hideCartPopup_showCartPopup响应 onclick 购物车的锚标签。我正在使用最新的debut主题。

试过这个,但我有错误..

 var siteheadercar = document.querySelector('.site-header__cart');
 siteheadercar.addEventListener('click', function() {
     theme.Product._showCartPopup();
 });

Uncaught TypeError: theme.Product._showCartPopup is not a function

4

0 回答 0