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