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