Commit fe719ab1c60d05257b370250510f860b42f4b725

Authored by 泉州测试
1 parent da959847

fix:库存显示修改

packageA/pages/goodsInfo/goodsInfo.js
@@ -885,6 +885,7 @@ Page({ @@ -885,6 +885,7 @@ Page({
885 wx.showModal({ 885 wx.showModal({
886 title: '超出活动库存', 886 title: '超出活动库存',
887 }); 887 });
  888 + th.setData({goodsInputNum: redisNum});
888 return false; 889 return false;
889 } 890 }
890 891
@@ -903,6 +904,7 @@ Page({ @@ -903,6 +904,7 @@ Page({
903 wx.showModal({ 904 wx.showModal({
904 title: '超出活动库存', 905 title: '超出活动库存',
905 }); 906 });
  907 + th.setData({goodsInputNum: redisNum});
906 return false; 908 return false;
907 } 909 }
908 910