소스 검색

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

lihao 2 년 전
부모
커밋
1b413fdcc7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      static/screenAndroid/WXtrialInterface.html
  2. 1 1
      static/screenIos/WXtrialInterface.html

+ 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' })
     }