修复加入购物车点击太快问题

This commit is contained in:
qijq 2025-07-21 16:25:09 +08:00
parent 4b0a1eaa17
commit 28ae2b34b1

View File

@ -2697,6 +2697,10 @@ export default {
},
ckselectsp: function (e) {
if (!this.hasLogin) {
this.showLoginPopup = true;
return;
}
this.setData({
//change: e.currentTarget.offsetLeft,
selectsp: 1,