修改H5链接
修改首页底部导航栏尺寸
This commit is contained in:
@@ -729,8 +729,8 @@ public class LiveAudienceViewHolder extends AbsLiveViewHolder {
|
||||
* 观众打开主播的整蛊惑单窗口
|
||||
*/
|
||||
public void openZGListWindow() {
|
||||
String url = CommonAppConfig.HOST + "/index.php?g=Appapi&m=Turntable&a=tricky";
|
||||
url += "&uid=" + CommonAppConfig.getInstance().getUid() + "&token="
|
||||
String url = CommonAppConfig.HOST + "/h5/activity/Turntable/index.html?";
|
||||
url += "uid=" + CommonAppConfig.getInstance().getUid() + "&token="
|
||||
+ CommonAppConfig.getInstance().getToken() + "&anchorUid=" + mLiveUid + "&isZh=" + (WordUtil.isNewZh() ? "1" : 0);
|
||||
Log.i("tag", url);
|
||||
Bundle bundle1 = new Bundle();
|
||||
|
||||
@@ -450,7 +450,7 @@ public class LiveRyAnchorViewHolder extends AbsLiveViewHolder {
|
||||
if (model != null && model.getWishlist().size() > 0) {
|
||||
BannerBean bannerModel = new BannerBean();
|
||||
bannerModel.setShow_type("2");
|
||||
bannerModel.setLink(CommonAppConfig.HOST + "/index.php");
|
||||
bannerModel.setLink(CommonAppConfig.HOST + "/h5/wish/index.html");
|
||||
bannerModel.setImageUrl(model.getImg());
|
||||
addWishList(bannerModel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user