This commit is contained in:
wyf
2025-08-16 17:45:55 +08:00
parent 7d3e4ad1e8
commit 111bd78a24
15 changed files with 477 additions and 137 deletions

View File

@@ -84,20 +84,20 @@ String getPrivacy(int type) {
} else if (AppConstants().ent_type == APPPackageType.TH.code) {
if (type == 1) {
return ServiceConstant.policy_url +
"/th" +
"/theh" +
"/th_privacy_policy_$language.html";
}
return ServiceConstant.policy_url +
"/th" +
"/theh" +
"/th_user_policy_$language.html";
} else {
if (type == 1) {
return ServiceConstant.policy_url +
"/th" +
"/theh" +
"/th_privacy_policy_$language.html";
}
return ServiceConstant.policy_url +
"/th" +
"/theh" +
"/th_user_policy_$language.html";
}
}