Commit fda9ac8b by 曾经

验证展示效果代码删除

parent 0b4df512
......@@ -80,7 +80,6 @@ export default {
const { errorCode, result } = res.data || {};
if (errorCode != 0) return;
let { otherExpireServices, expireStatus, expireDayStr } = result;
expireStatus = 1;
otherExpireServices = otherExpireServices || [];
if (expireStatus == 1) {
this.expireTip.content = `${service.serviceName}将于 ${expireDayStr} 到期,到期后将被冻结无法登录,请及时联系运营人员续费。`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment