Explorar o código

引导用户好评

onecold hai 10 meses
pai
achega
18b9086718
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      entry/src/main/ets/view/TagsContentCover.ets

+ 3 - 3
entry/src/main/ets/view/TagsContentCover.ets

@@ -238,7 +238,7 @@ export struct TagsContentCover {
       autoCancel: false,
       backCancel: true,
       contentBuilder: () => {
-        this.customVipBuilder("该功能限时免费,麻烦到市场给个五星好评。非常感谢您的支持!")
+        this.customVipBuilder("该功能限时免费,使用前麻烦到市场给个五星好评。非常感谢您的支持!")
       },
       buttons: [],
     })
@@ -265,7 +265,7 @@ export struct TagsContentCover {
             Utility.gotoMarket(getContext(this) as common.UIAbilityContext, this.bundleName)
             setTimeout(()=>{
               PreferencesUtil.putSync('IS_HAO_PING',true)
-            },10000)
+            },15000)
 
           })
       }
@@ -298,7 +298,7 @@ export struct TagsContentCover {
     //   this.showVipDialog();
     //   return;
     // }
-    if (!PreferencesUtil.getBooleanSync('IS_HAO_PING', false)) {
+    if (!PreferencesUtil.getBooleanSync('IS_HAO_PING', false)&&!Utility.isNoble()) {
       this.showVipDialog();
       return;
     }