ソースを参照

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