修改礼物类型
This commit is contained in:
@@ -738,7 +738,7 @@ public class LiveGiftDialogFragment extends AbsDialogFragment implements View.On
|
||||
mBtnSend.setBackground(mDrawable1);
|
||||
mBtnChooseCount.setEnabled(true);
|
||||
}
|
||||
if (bean.getType() == 5) {
|
||||
if (bean.getType() == 7) {
|
||||
|
||||
showBlindProgress(bean.getBlind_box_type());
|
||||
} else {
|
||||
@@ -1031,7 +1031,7 @@ public class LiveGiftDialogFragment extends AbsDialogFragment implements View.On
|
||||
if (mLiveGiftBean.getType() == LiveGiftBean2.TYPE_NORMAL && !mLiveGiftBean.getSwf().contains("svga")) {
|
||||
showLianBtn();
|
||||
}
|
||||
if (mLiveGiftBean.getType()==5){
|
||||
if (mLiveGiftBean.getType()==7){
|
||||
showLianBtn();
|
||||
}
|
||||
//刷新包裹列表wrap_gift_num -1:表示数量没有变化
|
||||
|
||||
Reference in New Issue
Block a user