心愿单审核和贵族购买
This commit is contained in:
parent
6f7a9a9310
commit
6c19f0efc4
@ -1,6 +1,8 @@
|
||||
package com.yunbao.live.dialog;
|
||||
|
||||
|
||||
import static com.yunbao.live.views.LiveRoomViewHolder.mLiveUid;
|
||||
|
||||
import android.content.DialogInterface;
|
||||
import android.graphics.Color;
|
||||
import android.os.Build;
|
||||
@ -368,9 +370,10 @@ public class LiveHDDialogFragment extends AbsDialogFragment {
|
||||
UserBean u = CommonAppConfig.getInstance().getUserBean();
|
||||
String url = CommonAppConfig.HOST + "/h5/Noble/index.html?nickname="
|
||||
+ u.getUserNiceName() + "&usernobId=" + u.getNoble_id() + "&uid="
|
||||
+ CommonAppConfig.getInstance().getUid() + "&token=" + CommonAppConfig.getInstance().getToken()+"&active="+event.getData();
|
||||
+ CommonAppConfig.getInstance().getUid() + "&token=" + CommonAppConfig.getInstance().getToken()+"&active="+event.getData()+ "&anchorUid=" + mLiveUid;
|
||||
ZhuangBanActivity.forward(mContext, url, false);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -199,7 +199,11 @@ public class LiveNewGuardBuyDialogFragment extends AbsDialogFragment implements
|
||||
buyItemsAdapter.notifyDataSetChanged();
|
||||
|
||||
if(bundle.getString("by")!=null){
|
||||
refreshList(Integer.parseInt(bundle.getString("by"))-1);
|
||||
// if(bundle.getString("by").equals("1")){
|
||||
// refreshList(Integer.parseInt(bundle.getString("by")));
|
||||
// }else {
|
||||
refreshList(Integer.parseInt(bundle.getString("by")));
|
||||
// }
|
||||
}else{
|
||||
refreshList(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user