@@ -271,7 +271,7 @@
getDate = false;
// 计时套餐显示退出并下机按钮
- if (userCardType === 1) {
+ if ([1,2,3].includes(userCardType)) {
$('#dormant').css({ display: 'block' })
}
@@ -357,7 +357,7 @@