|
@@ -130,6 +130,7 @@ import com.umeng.socialize.media.UMImage;
|
|
|
import com.umeng.socialize.media.UMWeb;
|
|
import com.umeng.socialize.media.UMWeb;
|
|
|
import org.afinal.simplecache.ACache;
|
|
import org.afinal.simplecache.ACache;
|
|
|
import org.greenrobot.eventbus.EventBus;
|
|
import org.greenrobot.eventbus.EventBus;
|
|
|
|
|
+
|
|
|
import java.io.File;
|
|
import java.io.File;
|
|
|
import java.io.FileNotFoundException;
|
|
import java.io.FileNotFoundException;
|
|
|
import java.io.FileOutputStream;
|
|
import java.io.FileOutputStream;
|
|
@@ -1902,7 +1903,7 @@ public class ViewUtil {
|
|
|
LogUtil.logI("VIP has " + days + " days" + ", record " + curr + " days");
|
|
LogUtil.logI("VIP has " + days + " days" + ", record " + curr + " days");
|
|
|
if (curr == -1 || days < curr) {
|
|
if (curr == -1 || days < curr) {
|
|
|
SpUtils.putAsInt("vip_" + flag, (int) days);
|
|
SpUtils.putAsInt("vip_" + flag, (int) days);
|
|
|
- showConfirmDialog(context, "温馨提示", "您的会员剩余" + days + "天过期, 为保障您的会员权益请立即续费~!",
|
|
|
|
|
|
|
+ showConfirmDialog(context, "温馨提示", "您的会员剩余" + days + 1 + "天过期, 为保障您的会员权益请立即续费~!",
|
|
|
"下次再说", "立即续费", diag -> {
|
|
"下次再说", "立即续费", diag -> {
|
|
|
|
|
|
|
|
},
|
|
},
|