Explorar o código

fix:计时套餐显示下机按钮

lihao %!s(int64=2) %!d(string=hai) anos
pai
achega
1b413fdcc7

+ 1 - 1
static/screenAndroid/WXtrialInterface.html

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

+ 1 - 1
static/screenIos/WXtrialInterface.html

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