Commit 51f74f1a476e1dec08d661442ca9ac36173d06ef
1 parent
e802e590
多规格切换的时候
Showing
1 changed file
with
1 additions
and
0 deletions
pages/goods/goodsInfo/goodsInfo.js
... | ... | @@ -3372,6 +3372,7 @@ Page({ |
3372 | 3372 | //-----------选择属性的按钮事件---------- |
3373 | 3373 | sele_spec: function (e) { |
3374 | 3374 | var that = this; |
3375 | + var th=this; | |
3375 | 3376 | var gid = e.currentTarget.dataset.gid; |
3376 | 3377 | var nor = e.currentTarget.dataset.nor; |
3377 | 3378 | var user_id=getApp().globalData.user_id; | ... | ... |