修复加入购物车点击太快问题
This commit is contained in:
parent
4b0a1eaa17
commit
28ae2b34b1
@ -2697,6 +2697,10 @@ export default {
|
||||
},
|
||||
|
||||
ckselectsp: function (e) {
|
||||
if (!this.hasLogin) {
|
||||
this.showLoginPopup = true;
|
||||
return;
|
||||
}
|
||||
this.setData({
|
||||
//change: e.currentTarget.offsetLeft,
|
||||
selectsp: 1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user