|
@@ -412,7 +412,6 @@ func expireRemind() {
|
|
|
}
|
|
|
keyword1_value = qutil.ObjToString(m["s_nickname"])
|
|
|
keyword2_value = FormatDateByInt64(&l_vip_endtime, Date_Short_Layout)
|
|
|
- return
|
|
|
case 2, -2:
|
|
|
if i_vip_expire_tip == 1 {
|
|
|
tp = "soonexprie"
|
|
@@ -431,7 +430,6 @@ func expireRemind() {
|
|
|
}
|
|
|
keyword1_value = qutil.ObjToString(m["s_nickname"])
|
|
|
keyword4_value = FormatDateByInt64(&l_vip_endtime, Date_Short_Layout)
|
|
|
- return
|
|
|
default:
|
|
|
return
|
|
|
}
|
|
@@ -474,7 +472,6 @@ func expireRemind() {
|
|
|
tp = "ontrial_expried"
|
|
|
app_descript = MessageConfig.App_OnTrial_Expired
|
|
|
}
|
|
|
- return
|
|
|
case 2, -2:
|
|
|
if i_vip_expire_tip == 1 {
|
|
|
tp = "soonexprie"
|
|
@@ -483,7 +480,6 @@ func expireRemind() {
|
|
|
tp = "expried"
|
|
|
app_descript = MessageConfig.App_Expired
|
|
|
}
|
|
|
- return
|
|
|
default:
|
|
|
return
|
|
|
}
|