手机版,购物车删除按钮,在safari下的被刷新兼容BUG
找到代码:
<a href="" class="cart-del btn-del"><img width="30px" height="30px" src="templates/images/flow/cart_del.png"></a>
替换为:
<a href="javascript:;" class="cart-del btn-del"><img width="30px" height="30px" src="templates/images/flow/cart_del.png"></a>