diff --git a/pages/bargain/bargainDatail/bargainDatail.js b/pages/bargain/bargainDatail/bargainDatail.js index 1c5f94d..a756957 100644 --- a/pages/bargain/bargainDatail/bargainDatail.js +++ b/pages/bargain/bargainDatail/bargainDatail.js @@ -349,7 +349,7 @@ Page({ }); } else if (err.code == 3001) { wx.showToast({ - title: "您已超过限购", + title: "超过限购条件", image: './../../../assets/images/fail.png', duration: 2000, mask: false @@ -382,14 +382,7 @@ Page({ duration: 2000, mask: false }); - } else if (err.code == 3012) { - wx.showToast({ - title: "您有未支付订单", - image: './../../../assets/images/fail.png', - duration: 2000, - mask: false - }); - }else if (err.code == 11005) { + } else if (err.code == 11005) { /** * 将值传到用户手机号授权的页面 * @@ -646,7 +639,7 @@ Page({ }); } else if (err.code == 3001) { wx.showToast({ - title: "您已超过限购", + title: "超过限购条件", image: './../../../assets/images/fail.png', duration: 2000, mask: false @@ -679,14 +672,7 @@ Page({ duration: 2000, mask: false }); - } else if (err.code == 3012) { - wx.showToast({ - title: "您已超过限购", - image: './../../../assets/images/fail.png', - duration: 2000, - mask: false - }); - }else if (err.code == 11005) { + } else if (err.code == 11005) { /** * 将值传到用户手机号授权的页面 * diff --git a/pages/cardListDetail/cardListDetail.js b/pages/cardListDetail/cardListDetail.js index 8dcd0ba..913cf36 100644 --- a/pages/cardListDetail/cardListDetail.js +++ b/pages/cardListDetail/cardListDetail.js @@ -363,7 +363,7 @@ Page({ }); } else if (err.code == "3001") { wx.showToast({ - title: "您已超过限购", + title: "超过限购条件", image: imgurl.fail.url, duration: 2000, mask: false @@ -396,13 +396,6 @@ Page({ duration: 2000, mask: false }); - } else if (err.code == 3012) { - wx.showToast({ - title: "您有未支付订单", - image: './../../../assets/images/fail.png', - duration: 2000, - mask: false - }); } else if (err.code == 11005) { /** * 将值传到用户手机号授权的页面 diff --git a/pages/coupon/detail/index.js b/pages/coupon/detail/index.js index 7847711..62f1841 100644 --- a/pages/coupon/detail/index.js +++ b/pages/coupon/detail/index.js @@ -664,7 +664,7 @@ Page({ }); } else if (err.code == 3001) { wx.showToast({ - title: "您已超过限购", + title: "超过限购条件", image: './../../../assets/images/fail.png', duration: 2000, mask: false @@ -697,13 +697,6 @@ Page({ duration: 2000, mask: false }); - } else if (err.code == 3012) { - wx.showToast({ - title: "您有未支付订单", - image: './../../../assets/images/fail.png', - duration: 2000, - mask: false - }); } else if (err.code == 11005) { /** * 将值传到用户手机号授权的页面 diff --git a/pages/integralmall/payIntegcoupondetail/index.js b/pages/integralmall/payIntegcoupondetail/index.js index 0992e29..7041ae1 100644 --- a/pages/integralmall/payIntegcoupondetail/index.js +++ b/pages/integralmall/payIntegcoupondetail/index.js @@ -118,7 +118,7 @@ Page({ }); } else if (err.code == 3001) { wx.showToast({ - title: "您已超过限购", + title: "超过限购条件", image: './../../../assets/images/fail.png', duration: 2000, mask: false @@ -151,13 +151,6 @@ Page({ duration: 2000, mask: false }); - } else if (err.code == 3012) { - wx.showToast({ - title: "您有未支付订单", - image: './../../../assets/images/fail.png', - duration: 2000, - mask: false - }); } else if (err.code == 11005) { /** * 将值传到用户手机号授权的页面 diff --git a/pages/joinFrDpell/index.js b/pages/joinFrDpell/index.js index f964861..4302a7e 100644 --- a/pages/joinFrDpell/index.js +++ b/pages/joinFrDpell/index.js @@ -327,7 +327,7 @@ Page({ }); } else if (err.code == 3001) { wx.showToast({ - title: "您已超过限购", + title: "超过限购条件", image: './../../assets/images/fail.png', duration: 2000, mask: false @@ -360,13 +360,6 @@ Page({ duration: 2000, mask: false }); - } else if (err.code == 3012) { - wx.showToast({ - title: "您有未支付订单", - image: './../../../assets/images/fail.png', - duration: 2000, - mask: false - }); } else if (err.code == 11005) { /** * 将值传到用户手机号授权的页面 diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index c39dd26..eeb1f79 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -312,7 +312,7 @@ Page({ }); } else if (err.code == 3001) { wx.showToast({ - title: "您已超过限购", + title: "超过限购条件", image: './../../../assets/images/fail.png', duration: 2000, mask: false @@ -345,13 +345,6 @@ Page({ duration: 2000, mask: false }); - }else if (err.code == 3012) { - wx.showToast({ - title: "您有未支付订单", - image: './../../../assets/images/fail.png', - duration: 2000, - mask: false - }); } else if (err.code == 11005) { /** * 将值传到用户手机号授权的页面