Commit 506fe389 authored by mengcuiguang's avatar mengcuiguang

看视频话术修改

parent 972e2b50
......@@ -152,7 +152,8 @@ class AwardActivity : BaseActivity(), AwardView, View.OnClickListener {
Constant.CARRIER_CHALLENGE_TURN, Constant.CARRIER_CHALLENGE_CARD,
Constant.CARRIER_WALK_BUBBLE, Constant.CARRIER_EATMEAL_SUBSIDY,
Constant.CARRIER_WALK, Constant.CARRIER_HOMEWATER -> {
tvAwardContent.setText("看视频领" + curCoin + "金币")
tvAwardContent.setText("+" + curCoin + "金币")
tvAwardNext.setText("看视频领取")
}
else -> {
tvAwardContent.setText(curCoin.toString() + "金币已到账")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment