6.5.4礼物冠名

This commit is contained in:
18401019693 2023-08-14 18:40:25 +08:00
parent 9818a1af74
commit 84230e517e
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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,
]