Merge branch 'dev_6.5.3'
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 {
|
||||
@@ -790,6 +790,8 @@ public class LiveGiftDialogFragment extends AbsDialogFragment implements View.On
|
||||
} catch (MalformedURLException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
mArrow.setVisibility(View.GONE);
|
||||
mBtnChooseCount.setEnabled(false);
|
||||
mVipGold.setVisibility(View.GONE);
|
||||
blindBox.setVisibility(View.VISIBLE);
|
||||
String boxBlindName = "";
|
||||
@@ -1029,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