Просмотр исходного кода

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

lihao лет назад: 2
Родитель
Сommit
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' })
     }