Commit 17d2216ce40aae377f796ecf9157c994dd07aeb3

Authored by 泉州测试
1 parent 05020f1d

fix修改提示语

packageA/pages/goodsInfo/goodsInfo.js
@@ -896,7 +896,7 @@ Page({ @@ -896,7 +896,7 @@ Page({
896 896
897 if (t + gd_buy_num > th.data.sele_g.viplimited) { 897 if (t + gd_buy_num > th.data.sele_g.viplimited) {
898 wx.showModal({ 898 wx.showModal({
899 - title: '超出活动限购数量', 899 + title: '超出活动库存',
900 }); 900 });
901 901
902 let num = th.data.sele_g.viplimited - gd_buy_num; 902 let num = th.data.sele_g.viplimited - gd_buy_num;