修改vip规则

This commit is contained in:
liuyuan
2025-03-12 10:21:24 +08:00
parent 655940c4f6
commit fee58a1e70
5 changed files with 228 additions and 144 deletions

View File

@@ -1238,6 +1238,8 @@
role = '国学';
}else if(type==8){
role = '心理学';
}else if(type==9){
role = '中西汇通学';
}
this.goBuyTitle = '尊贵的'+role+'VIP您的有效期到'+res.userVip.endTime;
this.goBuyType = 1;
@@ -1276,6 +1278,8 @@
text = '国学';
}else if(item=='8'){
text = '心理学';
}else if(item=='9'){
text = '中西汇通学';
}
this.textList.push(text);
});