6.5.4礼物冠名
This commit is contained in:
parent
9818a1af74
commit
84230e517e
@ -27,7 +27,7 @@ public class MonthGiftNamingViewHolder extends RecyclerView.ViewHolder {
|
||||
public void showData(GiftWallModel giftWallModel) {
|
||||
giftTitle.setText(giftWallModel.getGiftname());
|
||||
namingCoin.setText(giftWallModel.getNamingCoinMax());
|
||||
userName.setText(giftWallModel.getUserNicename());
|
||||
userName.setText("*"+giftWallModel.getUserNicename());
|
||||
ImgLoader.display(itemView.getContext(), giftWallModel.getGifticon(), giftImg);
|
||||
ImgLoader.display(itemView.getContext(), giftWallModel.getAvatar(), avatar);
|
||||
|
||||
|
@ -9,9 +9,9 @@ ext {
|
||||
]
|
||||
manifestPlaceholders = [
|
||||
//正式、
|
||||
// serverHost : "https://napi.yaoulive.com",
|
||||
serverHost : "https://napi.yaoulive.com",
|
||||
// 测试
|
||||
serverHost : "https://ceshi.yaoulive.com",
|
||||
// serverHost : "https://ceshi.yaoulive.com",
|
||||
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ ext {
|
||||
// true表示谷歌支付 false
|
||||
isGooglePlay : true,
|
||||
//是否上报异常日志
|
||||
isUploadLog : true,
|
||||
isUploadLog : false,
|
||||
//是否打包成插件包模式
|
||||
isPluginModel : false,
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user