|
|
@@ -1,13 +1,10 @@
|
|
|
package com.sheep.gamegroup.model.entity;
|
|
|
|
|
|
import android.text.TextUtils;
|
|
|
-import android.view.View;
|
|
|
|
|
|
import com.kfzs.duanduan.utils.NumberFormatUtils;
|
|
|
import com.sheep.gamegroup.helper.DownloadHelper;
|
|
|
import com.sheep.gamegroup.util.TimeUtil;
|
|
|
-import com.sheep.gamegroup.util.string.SpannableSb;
|
|
|
-import com.sheep.jiuyan.samllsheep.R;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Locale;
|
|
|
@@ -458,7 +455,7 @@ public class Release_task implements Serializable {
|
|
|
/**
|
|
|
* 要展示的定向内容
|
|
|
*/
|
|
|
- public String getRewrdTypeNameMsg() {
|
|
|
+ public String getRewardTypeNameMsg() {
|
|
|
return !TextUtils.isEmpty(reward_type_name) && !TextUtils.equals("绵羊币", reward_type_name) ? String.format(Locale.CHINA, "(%s)", reward_type_name) : "";
|
|
|
}
|
|
|
|
|
|
@@ -469,6 +466,6 @@ public class Release_task implements Serializable {
|
|
|
* @return
|
|
|
*/
|
|
|
public String getRewardMsg() {
|
|
|
- return String.format(Locale.CHINA, "+%s元%s", getBonusText(), getRewrdTypeNameMsg());
|
|
|
+ return String.format(Locale.CHINA, "+%s元%s", getBonusText(), getRewardTypeNameMsg());
|
|
|
}
|
|
|
}
|