|
@@ -23,9 +23,9 @@ public class DictUtil {
|
|
|
return "Unbind";
|
|
|
}
|
|
|
if("zh".equals(lang)){
|
|
|
- return value == 1 ? "专业会员(年)" :"高级会员(月)";
|
|
|
+ return value == 2 ? "专业会员(年)" :"高级会员(月)";
|
|
|
}
|
|
|
- return value == 1 ? "Premium (Yearly)" :"Senior (Monthly)";
|
|
|
+ return value == 2 ? "Premium (Yearly)" :"Senior (Monthly)";
|
|
|
}
|
|
|
|
|
|
private static String toStringIncrementStatus(Integer value, String lang) {
|