Commit 8a8c368ccfed7a3c4ad334d680c00d13f292cda0

Authored by yvan.ni
1 parent 06dbfa94

提示语的优化

packageE/pages/cart/cart2/cart2.js
@@ -2225,7 +2225,7 @@ Page({ @@ -2225,7 +2225,7 @@ Page({
2225 if(!IsUserWare){ 2225 if(!IsUserWare){
2226 2226
2227 wx.showToast({ 2227 wx.showToast({
2228 - title: '购买的商品不符合优惠券的使用对象', 2228 + title: '优惠券使用对象的订单金额未满足',
2229 icon: 'none', 2229 icon: 'none',
2230 duration: 1000, 2230 duration: 1000,
2231 }); 2231 });