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
8a8c368ccfed7a3c4ad334d680c00d13f292cda0
Authored by
yvan.ni
2023-04-15 13:59:01 +0800
1 parent
06dbfa94
提示语的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart2/cart2.js
packageE/pages/cart/cart2/cart2.js
View file @
8a8c368
...
...
@@ -2225,7 +2225,7 @@ Page({
2225
2225
if(!IsUserWare){
2226
2226
2227
2227
wx.showToast({
2228
- title: '
购买的商品不符合优惠券的使用对象
',
2228
+ title: '
优惠券使用对象的订单金额未满足
',
2229
2229
icon: 'none',
2230
2230
duration: 1000,
2231
2231
});
...
...