Commit dfefc6ca56eaaeac502a6890f76ad5a0f8068dff

Authored by yvan.ni
1 parent af730269

过期或者身份不付

packageC/pages/presell/goodsInfo/goodsInfo.js
@@ -3971,7 +3971,7 @@ Page({ @@ -3971,7 +3971,7 @@ Page({
3971 } 3971 }
3972 }) 3972 })
3973 if (!pre_arr) { 3973 if (!pre_arr) {
3974 - wx.showToast({title: "当前会员身份不符,无法参与", icon: 'none', duration: 3000}); 3974 + wx.showToast({title: "当前会员身份不符或者时间已过期,无法参与", icon: 'none', duration: 3000});
3975 setTimeout(function () { 3975 setTimeout(function () {
3976 ut.wx_back(); 3976 ut.wx_back();
3977 }, 2000) 3977 }, 2000)