Commit fe719ab1c60d05257b370250510f860b42f4b725
1 parent
da959847
fix:库存显示修改
Showing
1 changed file
with
2 additions
and
0 deletions
packageA/pages/goodsInfo/goodsInfo.js
... | ... | @@ -885,6 +885,7 @@ Page({ |
885 | 885 | wx.showModal({ |
886 | 886 | title: '超出活动库存', |
887 | 887 | }); |
888 | + th.setData({goodsInputNum: redisNum}); | |
888 | 889 | return false; |
889 | 890 | } |
890 | 891 | |
... | ... | @@ -903,6 +904,7 @@ Page({ |
903 | 904 | wx.showModal({ |
904 | 905 | title: '超出活动库存', |
905 | 906 | }); |
907 | + th.setData({goodsInputNum: redisNum}); | |
906 | 908 | return false; |
907 | 909 | } |
908 | 910 | ... | ... |