|
|
@@ -267,10 +267,11 @@ public class ActMyMoney extends BaseActivity {
|
|
|
TextView help1 = helpView.findViewById(R.id.help1);
|
|
|
TextView help2 = helpView.findViewById(R.id.help2);
|
|
|
TextView help3 = helpView.findViewById(R.id.help3);
|
|
|
+ TextView help4 = helpView.findViewById(R.id.help4);
|
|
|
help1.setText(Html.fromHtml("<strong>记账绵羊币:</strong>用户通过在平台做任务,获得奖励的绵羊币为记账绵羊币,该类型的绵羊币可提现到微信,也可以直接在平台消费。"));
|
|
|
help2.setText(Html.fromHtml("<strong>虚拟绵羊币:</strong>用户通过在平台直接充值或是活动获得的绵羊币,为虚拟币充值比例1:1,<font color='#2ebff3'>根据国家法律虚拟币不可提现</font>,虚拟绵羊币仅用于平台消费。"));
|
|
|
help3.setText(Html.fromHtml("<strong>活动币:</strong>该货币是由游戏活动获得,使用范围和时间有限,需要在指定的游戏或商品消费。"));
|
|
|
- help3.setText(Html.fromHtml("<strong>定向福利币:</strong>该货币是由平台活动获得,使用范围和时间有限,需要在指定的游戏或商品消费。"));
|
|
|
+ help4.setText(Html.fromHtml("<strong>定向福利币:</strong>该货币是由平台活动获得,使用范围和时间有限,需要在指定的游戏或商品消费。"));
|
|
|
ViewUtil.showConfirmDialog(this, "温馨提示", helpView, "取消", "确定", (v -> {
|
|
|
LogUtil.logD("confirm");
|
|
|
})).show();
|