From c4a3864ff742b7a51d7360095653deab2f8812b7 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Sat, 26 Jan 2019 17:48:24 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=B8=E8=AF=A6=E6=83=85]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupon/detail/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/coupon/detail/index.js b/pages/coupon/detail/index.js index fe166fb..f900f6d 100644 --- a/pages/coupon/detail/index.js +++ b/pages/coupon/detail/index.js @@ -407,7 +407,7 @@ Page({ }); } else if (err.code == 3001) { wx.showToast({ - title: "领取达到上限", + title: "超过限购条件", image: './../../../assets/images/fail.png', duration: 2000, mask: false