|
@@ -431,9 +431,9 @@ public class Release_task implements Serializable, MultiItemEntity {
|
|
|
public String getShowValue(boolean isVip) {
|
|
public String getShowValue(boolean isVip) {
|
|
|
if (isShop()) {
|
|
if (isShop()) {
|
|
|
if (isVip) {
|
|
if (isVip) {
|
|
|
- return NumberFormatUtils.retainMost2W((shop_amount + video_amount) * 10000) + "经验值";
|
|
|
|
|
- } else {
|
|
|
|
|
return NumberFormatUtils.retainMost2W((vip_shop_amount + video_amount) * 10000) + "经验值";
|
|
return NumberFormatUtils.retainMost2W((vip_shop_amount + video_amount) * 10000) + "经验值";
|
|
|
|
|
+ } else {
|
|
|
|
|
+ return NumberFormatUtils.retainMost2W((shop_amount + video_amount) * 10000) + "经验值";
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
if (isVip) {
|
|
if (isVip) {
|