wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
17d2216ce40aae377f796ecf9157c994dd07aeb3
Authored by
泉州测试
2022-03-17 22:55:54 +0800
1 parent
05020f1d
fix修改提示语
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/goodsInfo/goodsInfo.js
packageA/pages/goodsInfo/goodsInfo.js
View file @
17d2216
...
...
@@ -896,7 +896,7 @@ Page({
896
896
897
897
if (t + gd_buy_num > th.data.sele_g.viplimited) {
898
898
wx.showModal({
899
- title: '超出活动
限购数量
',
899
+ title: '超出活动
库存
',
900
900
});
901
901
902
902
let num = th.data.sele_g.viplimited - gd_buy_num;
...
...