网络拦截器添加areacode参数、商城取消订单选项bug修复

This commit is contained in:
itgaojian 2023-02-20 18:09:33 +08:00
parent 8dab7a7868
commit 33c4777168
9 changed files with 417 additions and 135 deletions

View File

@ -52,7 +52,9 @@ android {
sangzhuzi {
applicationId "com.tenlion.cultural.sangzhuzi"
dimension 'market'
resValue "string", "APP_CHANNEL", "sangzhuzi"
resValue ("string", "APP_CHANNEL", "sangzhuzi")
resValue ("string", "CITY_CODE", "540202000000")
resValue ("string", "CITY_ID", "640676")
manifestPlaceholders = [CHANNEL_VALUE: "sangzhuzi",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "640676",
@ -64,6 +66,8 @@ android {
applicationId "com.tenlion.cultural.nanmulin"
dimension 'market'
resValue "string", "APP_CHANNEL", "nanmulin"
resValue ("string", "CITY_CODE", "540221000000")
resValue ("string", "CITY_ID", "640865")
manifestPlaceholders = [CHANNEL_VALUE: "nanmulin",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "640865",
@ -75,6 +79,8 @@ android {
applicationId "com.tenlion.cultural.jiangzi"
dimension 'market'
resValue "string", "APP_CHANNEL", "jiangzi"
resValue ("string", "CITY_CODE", "540222000000")
resValue ("string", "CITY_ID", "641029")
manifestPlaceholders = [CHANNEL_VALUE: "jiangzi",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "641029",
@ -86,6 +92,8 @@ android {
applicationId "com.tenlion.cultural.dingri"
dimension 'market'
resValue "string", "APP_CHANNEL", "dingri"
resValue ("string", "CITY_CODE", "540223000000")
resValue ("string", "CITY_ID", "641204")
manifestPlaceholders = [CHANNEL_VALUE: "dingri",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "641204",
@ -97,6 +105,8 @@ android {
applicationId "com.tenlion.cultural.sajia"
dimension 'market'
resValue "string", "APP_CHANNEL", "sajia"
resValue ("string", "CITY_CODE", "540224000000")
resValue ("string", "CITY_ID", "641393")
manifestPlaceholders = [CHANNEL_VALUE: "sajia",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "641393",
@ -108,6 +118,8 @@ android {
applicationId "com.tenlion.cultural.lazi"
dimension 'market'
resValue "string", "APP_CHANNEL", "lazi"
resValue ("string", "CITY_CODE", "540225000000")
resValue ("string", "CITY_ID", "641512")
manifestPlaceholders = [CHANNEL_VALUE: "lazi",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "641512",
@ -119,6 +131,8 @@ android {
applicationId "com.tenlion.cultural.angren"
dimension 'market'
resValue "string", "APP_CHANNEL", "angren"
resValue ("string", "CITY_CODE", "540226000000")
resValue ("string", "CITY_ID", "641622")
manifestPlaceholders = [CHANNEL_VALUE: "angren",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "641622",
@ -130,6 +144,8 @@ android {
applicationId "com.tenlion.cultural.xietongmen"
dimension 'market'
resValue "string", "APP_CHANNEL", "xietongmen"
resValue ("string", "CITY_CODE", "540227000000")
resValue ("string", "CITY_ID", "641825")
manifestPlaceholders = [CHANNEL_VALUE: "xietongmen",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "641825",
@ -141,6 +157,8 @@ android {
applicationId "com.tenlion.cultural.bailang"
dimension 'market'
resValue "string", "APP_CHANNEL", "bailang"
resValue ("string", "CITY_CODE", "540228000000")
resValue ("string", "CITY_ID", "641940")
manifestPlaceholders = [CHANNEL_VALUE: "bailang",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "641940",
@ -152,6 +170,8 @@ android {
applicationId "com.tenlion.cultural.renbu"
dimension 'market'
resValue "string", "APP_CHANNEL", "renbu"
resValue ("string", "CITY_CODE", "540229000000")
resValue ("string", "CITY_ID", "642063")
manifestPlaceholders = [CHANNEL_VALUE: "renbu",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642063",
@ -163,6 +183,8 @@ android {
applicationId "com.tenlion.cultural.kangma"
dimension 'market'
resValue "string", "APP_CHANNEL", "kangma"
resValue ("string", "CITY_CODE", "540230000000")
resValue ("string", "CITY_ID", "642146")
manifestPlaceholders = [CHANNEL_VALUE: "kangma",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642146",
@ -174,6 +196,8 @@ android {
applicationId "com.tenlion.cultural.dingjie"
dimension 'market'
resValue "string", "APP_CHANNEL", "dingjie"
resValue ("string", "CITY_CODE", "540231000000")
resValue ("string", "CITY_ID", "642203")
manifestPlaceholders = [CHANNEL_VALUE: "dingjie",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642203",
@ -185,6 +209,8 @@ android {
applicationId "com.tenlion.cultural.zhongba"
dimension 'market'
resValue "string", "APP_CHANNEL", "zhongba"
resValue ("string", "CITY_CODE", "540232000000")
resValue ("string", "CITY_ID", "642284")
manifestPlaceholders = [CHANNEL_VALUE: "zhongba",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642284",
@ -196,6 +222,8 @@ android {
applicationId "com.tenlion.cultural.yadong"
dimension 'market'
resValue "string", "APP_CHANNEL", "yadong"
resValue ("string", "CITY_CODE", "540233000000")
resValue ("string", "CITY_ID", "642356")
manifestPlaceholders = [CHANNEL_VALUE: "yadong",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642356",
@ -207,6 +235,8 @@ android {
applicationId "com.tenlion.cultural.jilong"
dimension 'market'
resValue "string", "APP_CHANNEL", "jilong"
resValue ("string", "CITY_CODE", "540234000000")
resValue ("string", "CITY_ID", "642389")
manifestPlaceholders = [CHANNEL_VALUE: "jilong",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642389",
@ -218,6 +248,8 @@ android {
applicationId "com.tenlion.cultural.nielamu"
dimension 'market'
resValue "string", "APP_CHANNEL", "nielamu"
resValue ("string", "CITY_CODE", "540235000000")
resValue ("string", "CITY_ID", "642437")
manifestPlaceholders = [CHANNEL_VALUE: "nielamu",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642437",
@ -229,6 +261,8 @@ android {
applicationId "com.tenlion.cultural.saga"
dimension 'market'
resValue "string", "APP_CHANNEL", "saga"
resValue ("string", "CITY_CODE", "540236000000")
resValue ("string", "CITY_ID", "642489")
manifestPlaceholders = [CHANNEL_VALUE: "saga",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642489",
@ -240,6 +274,8 @@ android {
applicationId "com.tenlion.cultural.gangba"
dimension 'market'
resValue "string", "APP_CHANNEL", "gangba"
resValue ("string", "CITY_CODE", "540237000000")
resValue ("string", "CITY_ID", "642536")
manifestPlaceholders = [CHANNEL_VALUE: "gangba",
APP_LOGO : "@drawable/app_logo",
CITY_ID : "642536",

View File

@ -12,7 +12,9 @@ import com.baidu.mapapi.SDKInitializer;
import com.scwang.smartrefresh.layout.SmartRefreshLayout;
import com.scwang.smartrefresh.layout.footer.ClassicsFooter;
import com.sucstepsoft.cm_utils.core.widget.refresh.CustomRefreshHeader;
import com.sucstepsoft.cm_utils.utils.UserLgUtils;
import com.sucstepsoft.cm_utils.utils.toast.ToastUtils;
import com.tengshisoft.cultural.R;
import cn.jiguang.share.android.api.JShareInterface;
import cn.leo.magic.screen.MagicScreenAdapter;
@ -46,6 +48,12 @@ public class BaseMyApplication extends Application {
ToastUtils.init(this);
ToastUtils.setGravity(Gravity.TOP, 0, 80);
getConfigCityCode();
}
private void getConfigCityCode() {
UserLgUtils.setCityCode(this.getResources().getString(R.string.CITY_CODE));
UserLgUtils.setCityId(this.getResources().getString(R.string.CITY_ID));
}
private void initShare() {

View File

@ -37,12 +37,16 @@ public class AreaInterceptor implements Interceptor {
// String cityId = UserLgUtils.getCityId();
//判断是否需要添加
List<String> baseUrlName = originalRequest.headers("is_need_area");
if (baseUrlName.size() <= 0) {
//需要添加
HttpUrl modifiedUrl = originalRequest.url().newBuilder()
.addPathSegment(areaCode)
.build();
request = originalRequest.newBuilder().url(modifiedUrl).build();
if (baseUrlName.size() > 0) {
if(Boolean.parseBoolean(baseUrlName.get(0))){
//需要添加
HttpUrl modifiedUrl = originalRequest.url().newBuilder()
.addPathSegment(areaCode)
.build();
request = originalRequest.newBuilder().url(modifiedUrl).build();
}else{
request = originalRequest;
}
} else {
request = originalRequest;
}

View File

@ -56,7 +56,8 @@ public class BottomCancelOrderDialog extends Dialog {
private View view;
private List<BaseDictionaryBean> list;
private BottomCancelOrderDialog(Context context, boolean isCancelable, boolean isBackCancelable, int gravity, List<BaseDictionaryBean> list) {
private BottomCancelOrderDialog(Context context, boolean isCancelable, boolean isBackCancelable, int gravity,
List<BaseDictionaryBean> list) {
super(context, R.style.dialog_full_screen);
this.context = context;
this.gravity = gravity;
@ -74,10 +75,19 @@ public class BottomCancelOrderDialog extends Dialog {
EditText etRemark = view.findViewById(R.id.et_remark);
RecyclerView rlvReason = view.findViewById(R.id.rlv_reason);
rlvReason.setLayoutManager(new LinearLayoutManager(context));
if (list != null && list.size() > 0) {
list.get(0).setCheck(true);
}
DicSelAdapter adapter = new DicSelAdapter(context, list);
rlvReason.setAdapter(adapter);
adapter.addOnItemClickListener(baseDictionaryBean -> {
baseDictionaryBean.setCheck(!baseDictionaryBean.isCheck());
for (BaseDictionaryBean b : list) {
if (b.getDataId().equals(baseDictionaryBean.getDataId())) {
b.setCheck(true);
} else {
b.setCheck(false);
}
}
adapter.setData(list);
});
tvCancel.setOnClickListener(v -> this.dismiss());
@ -141,7 +151,8 @@ public class BottomCancelOrderDialog extends Dialog {
//请求获得焦点
editText.requestFocus();
//调用系统输入法
InputMethodManager inputManager = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
InputMethodManager inputManager =
(InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
inputManager.showSoftInput(editText, 0);
}
}
@ -232,7 +243,8 @@ public class BottomCancelOrderDialog extends Dialog {
}
public BottomCancelOrderDialog build() {
return new BottomCancelOrderDialog(this.mContext, this.isCancelable, this.mIsBackable, this.mGravity, this.list);
return new BottomCancelOrderDialog(this.mContext, this.isCancelable, this.mIsBackable, this.mGravity,
this.list);
}
}

View File

@ -1,40 +1,74 @@
package com.tengshisoft.moduleactivity.activity;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Typeface;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.widget.TextView;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.bumptech.glide.Glide;
import com.alibaba.android.arouter.launcher.ARouter;
import com.google.android.material.tabs.TabLayout;
import com.scwang.smartrefresh.layout.SmartRefreshLayout;
import com.sucstepsoft.cm_utils.constant.PathConfig;
import com.sucstepsoft.cm_utils.core.beans.BaseDictionaryBean;
import com.sucstepsoft.cm_utils.core.retrofit_net.RetrofitManager;
import com.sucstepsoft.cm_utils.core.widget.base.BaseActivity;
import com.sucstepsoft.cm_utils.core.widget.views.TypeFaceTextView;
import com.sucstepsoft.cm_utils.utils.ExceptionHandler;
import com.tengshisoft.moduleactivity.R;
import com.tengshisoft.moduleactivity.R2;
import com.tengshisoft.moduleijkplayer.controller.CompleteView;
import com.tengshisoft.moduleijkplayer.controller.ErrorView;
import com.tengshisoft.moduleijkplayer.controller.GestureView;
import com.tengshisoft.moduleijkplayer.controller.LiveControlView;
import com.tengshisoft.moduleijkplayer.controller.PrepareView;
import com.tengshisoft.moduleijkplayer.controller.StandardVideoController;
import com.tengshisoft.moduleijkplayer.controller.TitleView;
import com.tengshisoft.moduleijkplayer.controller.VodControlView;
import com.tengshisoft.moduleijkplayer.player.VideoView;
import com.tengshisoft.moduleijkplayer.util.L;
import com.tengshisoft.moduleactivity.adapter.ActivityAdapter;
import com.tengshisoft.moduleactivity.beans.ActivityListBeans;
import com.tengshisoft.moduleactivity.net.ApiActivity;
import java.util.ArrayList;
import java.util.List;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.Unbinder;
import io.reactivex.Observer;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.disposables.Disposable;
import io.reactivex.schedulers.Schedulers;
/**
* 活动主页
*/
@Route(path = PathConfig.PATH_MODULEACTIVITY_ACTIVITY_MAIN)
public class ActivityMainActivity extends BaseActivity {
public static final int STATE_LOAD = 1234;//加载中
public static final int STATE_ERROR = 1235;//加载失败
public static final int STATE_SUCCESS = 1236;//加载成功
public static final int STATE_EMPTY = 1237;//无数据
@BindView(R2.id.rlv_content)
RecyclerView mRlvContent;
@BindView(R2.id.xtl_type)
TabLayout mTlType;
@BindView(R2.id.pb_loading)
ProgressBar mPbLoading;
@BindView(R2.id.iv_empty)
ImageView mIvEmpty;
@BindView(R2.id.tv_hint)
TypeFaceTextView mTvHint;
@BindView(R2.id.srl_content)
SmartRefreshLayout mLayout;
@BindView(R2.id.vv_player)
VideoView mVvPlayer;
SmartRefreshLayout mSrlContent;
private Unbinder mBind;
private String mStatus;
private int mCurrentPageNo = 1;
private Disposable mD;
private List<ActivityListBeans.RowsBean> mDatas;
private ActivityAdapter mAdapter;
private int mTotalSize = 0;
private String mCurrentType;
private Typeface mTypeface;
@Override
protected int setLayoutId() {
@ -45,103 +79,228 @@ public class ActivityMainActivity extends BaseActivity {
public void initData() {
mBind = ButterKnife.bind(this);
mTvBaseTitle.setText("活动主页");
refreshView(STATE_LOAD_SUCCESS);
mLayout.setEnableRefresh(false);
mLayout.setEnableLoadMore(false);
StandardVideoController controller = new StandardVideoController(mActivity);
controller.setEnableOrientation(true);
PrepareView prepareView = new PrepareView(this);//准备播放界面
ImageView thumb = prepareView.findViewById(R.id.thumb);//封面图
Glide.with(this).load(R.drawable.ic_img_default).into(thumb);
controller.addControlComponent(prepareView);
prepareView.setClickStart();
CompleteView completeView = new CompleteView(this);
controller.addControlComponent(completeView);//自动完成播放界面
ErrorView errorView = new ErrorView(this);
controller.addControlComponent(errorView);//错误界面
TitleView titleView = new TitleView(this);//标题栏
controller.addControlComponent(titleView);
//根据是否为直播设置不同的底部控制条
boolean isLive = false;
if (isLive) {
controller.addControlComponent(new LiveControlView(this));//直播控制条
} else {
VodControlView vodControlView = new VodControlView(this);//点播控制条
controller.addControlComponent(vodControlView);
}
GestureView gestureControlView = new GestureView(this);//滑动控制视图
controller.addControlComponent(gestureControlView);
controller.setCanChangePosition(!isLive);
//设置标题
titleView.setTitle("测试");
mVvPlayer.setVideoController(controller);
mVvPlayer.setUrl("rtmp://192.168.0.104:1935/live/device0001");
mVvPlayer.addOnStateChangeListener(mOnStateChangeListener);
mVvPlayer.start();
}
private VideoView.OnStateChangeListener mOnStateChangeListener = new VideoView.SimpleOnStateChangeListener() {
@Override
public void onPlayerStateChanged(int playerState) {
switch (playerState) {
case VideoView.PLAYER_NORMAL://小屏
break;
case VideoView.PLAYER_FULL_SCREEN://全屏
break;
refreshView(STATE_LOAD_LOADING);
mTypeface = Typeface.createFromAsset(mActivity.getAssets(), "fonts/zhangti.TTF");
mDatas = new ArrayList<>();
getTypeList();
mAdapter = new ActivityAdapter(mActivity, mDatas);
mRlvContent.setLayoutManager(new LinearLayoutManager(mActivity, LinearLayoutManager.VERTICAL, false));
mRlvContent.setAdapter(mAdapter);
mAdapter.addOnItemClickListener(this::showDetail);
mSrlContent.setOnLoadMoreListener(refreshLayout -> {
if (mTotalSize > mDatas.size()) {
++mCurrentPageNo;
mSrlContent.setNoMoreData(false);
getActivityListDataByType(mCurrentPageNo);
} else {
mSrlContent.finishLoadMore();
mSrlContent.setNoMoreData(true);
}
}
@Override
public void onPlayStateChanged(int playState) {
switch (playState) {
case VideoView.STATE_IDLE:
break;
case VideoView.STATE_PREPARING:
//在STATE_PREPARING时设置setMute(true)可实现静音播放
// mVideoView.setMute(true);
break;
case VideoView.STATE_PREPARED:
break;
case VideoView.STATE_PLAYING:
//需在此时获取视频宽高
int[] videoSize = mVvPlayer.getVideoSize();
L.d("视频宽:" + videoSize[0]);
L.d("视频高:" + videoSize[1]);
break;
case VideoView.STATE_PAUSED:
break;
case VideoView.STATE_BUFFERING:
break;
case VideoView.STATE_BUFFERED:
break;
case VideoView.STATE_PLAYBACK_COMPLETED:
break;
case VideoView.STATE_ERROR:
break;
});
mSrlContent.setOnRefreshListener(refreshLayout -> {
if (!TextUtils.isEmpty(mCurrentType)) {
mCurrentPageNo = 1;
mTotalSize = 0;
mDatas.clear();
getActivityListDataByType(mCurrentPageNo);
} else {
mSrlContent.finishRefresh();
}
});
}
private void getTypeList() {
RetrofitManager.getInstance()
.create(ApiActivity.class)
.getActivityTypeList("e36ad682-c6b4-44fe-a05c-889a5ff7c284")
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(new Observer<List<BaseDictionaryBean>>() {
@Override
public void onSubscribe(Disposable d) {
}
@Override
public void onNext(List<BaseDictionaryBean> baseDictionaryBeans) {
if (baseDictionaryBeans != null && baseDictionaryBeans.size() > 0) {
for (int i = 0; i < baseDictionaryBeans.size(); i++) {
BaseDictionaryBean bean = baseDictionaryBeans.get(i);
View view = View.inflate(mActivity, R.layout.item_tab_custom_view, null);
TypeFaceTextView textView = view.findViewById(R.id.tv_tab_title);
textView.setText(bean.getDataName());
TabLayout.Tab tab = mTlType.newTab();
tab.setTag(bean);
tab.setCustomView(view);
mTlType.addTab(tab);
}
mCurrentType = baseDictionaryBeans.get(0).getDataId();
mTlType.setTabIndicatorFullWidth(false);
mTlType.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
@Override
public void onTabSelected(TabLayout.Tab tab) {
setState(STATE_LOAD);
View tabView = tab.getCustomView();
tabView.findViewById(R.id.iv_right).setVisibility(View.VISIBLE);
tabView.findViewById(R.id.iv_Left).setVisibility(View.VISIBLE);
TextView tvTab = tabView.findViewById(R.id.tv_tab_title);
tvTab.setTextColor(Color.RED);
BaseDictionaryBean bean = (BaseDictionaryBean) tab.getTag();
mCurrentType = bean.getDataId();
mCurrentPageNo = 1;
mTotalSize = 0;
getActivityListDataByType(mCurrentPageNo);
}
@Override
public void onTabUnselected(TabLayout.Tab tab) {
View tabView = tab.getCustomView();
tabView.findViewById(R.id.iv_right).setVisibility(View.INVISIBLE);
tabView.findViewById(R.id.iv_Left).setVisibility(View.INVISIBLE);
TextView tvTab = tabView.findViewById(R.id.tv_tab_title);
tvTab.setTextColor(Color.GRAY);
}
@Override
public void onTabReselected(TabLayout.Tab tab) {
}
});
View customView = mTlType.getTabAt(0).getCustomView();
customView.findViewById(R.id.iv_right).setVisibility(View.VISIBLE);
customView.findViewById(R.id.iv_Left).setVisibility(View.VISIBLE);
TextView tvTab = customView.findViewById(R.id.tv_tab_title);
tvTab.setTextColor(Color.RED);
refreshView(STATE_LOAD_SUCCESS);
setState(STATE_LOAD);
getActivityListDataByType(mCurrentPageNo);
} else {
refreshView(STATE_LOAD_EMPTY);
}
}
@Override
public void onError(Throwable e) {
refreshView(STATE_LOAD_ERROR);
}
@Override
public void onComplete() {
}
});
}
private void getActivityListDataByType(int page) {
RetrofitManager.getInstance()
.create(ApiActivity.class)
.getActivityListByType(mCurrentType, page + "")
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(new Observer<ActivityListBeans>() {
@Override
public void onSubscribe(Disposable d) {
}
@Override
public void onNext(ActivityListBeans activityListBeans) {
if (page == 1) {
//第一次
if (activityListBeans.getRows() != null && activityListBeans.getRows().size() > 0) {
mDatas = activityListBeans.getRows();
mAdapter.setData(mDatas);
mTotalSize = activityListBeans.getTotal();
mSrlContent.finishRefresh();
mSrlContent.setNoMoreData(false);
setState(STATE_SUCCESS);
} else {
mSrlContent.finishRefresh();
mSrlContent.setNoMoreData(true);
setState(STATE_EMPTY);
}
} else {
//多次
if (activityListBeans.getRows() != null && activityListBeans.getRows().size() > 0) {
mDatas.addAll(activityListBeans.getRows());
mAdapter.setData(mDatas);
mSrlContent.finishLoadMore();
} else {
mSrlContent.setNoMoreData(true);
}
}
}
@Override
public void onError(Throwable e) {
setState(STATE_ERROR);
ExceptionHandler.handleException(e);
mSrlContent.finishRefresh();
mSrlContent.setNoMoreData(true);
}
@Override
public void onComplete() {
}
});
}
public void showDetail(ActivityListBeans.RowsBean rowsBean) {
ARouter.getInstance()
.build(PathConfig.PATH_MODULEACTIVITY_ACTIVITY_DETAIL)
.withString("id", rowsBean.getActivityLibraryId())
.navigation();
}
// @Override
// protected void refreshView() {
// getTypeList();
// }
//
// @Override
// protected void loadMoreData() {
// mSrlView.finishLoadMore();
// }
private void setState(int state) {
switch (state) {
case STATE_LOAD:
mRlvContent.setVisibility(View.GONE);
mTvHint.setVisibility(View.VISIBLE);
mTvHint.setText("加载中...");
mIvEmpty.setVisibility(View.GONE);
mPbLoading.setVisibility(View.VISIBLE);
break;
case STATE_EMPTY:
mRlvContent.setVisibility(View.GONE);
mTvHint.setVisibility(View.VISIBLE);
mTvHint.setText("暂无数据");
mIvEmpty.setVisibility(View.VISIBLE);
mPbLoading.setVisibility(View.GONE);
break;
case STATE_SUCCESS:
mRlvContent.setVisibility(View.VISIBLE);
mTvHint.setVisibility(View.GONE);
mIvEmpty.setVisibility(View.GONE);
mPbLoading.setVisibility(View.GONE);
break;
case STATE_ERROR:
mRlvContent.setVisibility(View.GONE);
mTvHint.setVisibility(View.VISIBLE);
mTvHint.setText("数据加载失败,请稍后重试");
mIvEmpty.setVisibility(View.VISIBLE);
mPbLoading.setVisibility(View.GONE);
break;
}
};
@Override
protected void onPause() {
super.onPause();
mVvPlayer.pause();
}
@Override
protected void onResume() {
super.onResume();
mVvPlayer.pause();
}
@Override
protected void onDestroy() {
mOnStateChangeListener = null;
if (mVvPlayer != null) {
mVvPlayer.release();
}
if (mBind != null) {
mBind.unbind();
}

View File

@ -2,8 +2,6 @@ package com.tengshisoft.moduleactivity.net;
import com.sucstepsoft.cm_utils.core.beans.BaseDictionaryBean;
import com.sucstepsoft.cm_utils.core.beans.BaseSuccessBean;
import com.sucstepsoft.cm_utils.core.beans.UserLoginBean;
import com.sucstepsoft.cm_utils.core.retrofit_net.bean.UserBean;
import com.tengshisoft.moduleactivity.beans.ActivityDetail;
import com.tengshisoft.moduleactivity.beans.ActivityListBeans;
import com.tengshisoft.moduleactivity.beans.MineActivityListBean;
@ -43,8 +41,10 @@ public interface ApiActivity {
* @param page
* @return
*/
@Headers({"base_url_name:activity", "Content-Type:application/json", "Accept:application/json"})
@GET("app/activitylibrary/listpageactivitylibraryrelease")
@Headers({"base_url_name:activity", "Content-Type:application/json", "Accept:application/json", "is_need_area" +
":true"})
// @GET("app/activitylibrary/listpageactivitylibraryrelease") 原接口
@GET("app/activitylibrary/listpageactivitylibraryfornetrelease")
Observable<ActivityListBeans> getActivityListByType(@Query("activityType") String type, @Query("page") String page);
/**
@ -62,7 +62,8 @@ public interface ApiActivity {
* @param id
* @return
*/
@Headers({"base_url_name:activity", "Content-Type:application/json", "Accept:application/json","is_need_area:false"})
@Headers({"base_url_name:activity", "Content-Type:application/json", "Accept:application/json", "is_need_area" +
":false"})
@GET("app/dictionaryself/listdictionarybyparentidrelease/{dictionaryParentId}")
Observable<List<BaseDictionaryBean>> getActivityTypeList(@Path("dictionaryParentId") String id);
@ -78,7 +79,8 @@ public interface ApiActivity {
//GET /app/activitylibrary/getactivitylibrarybyid/{activityLibraryId}
@Headers({"base_url_name:activity", "Content-Type:application/json", "Accept:application/json"})
@GET("app/activitylibrary/getactivitylibrarybyid/{activityLibraryId}")
Observable<ActivityDetail> getActivityByIdToken(@Path("activityLibraryId") String id, @Header("token") String token);
Observable<ActivityDetail> getActivityByIdToken(@Path("activityLibraryId") String id,
@Header("token") String token);
/**
* 报名
@ -96,7 +98,8 @@ public interface ApiActivity {
*/
@Headers({"base_url_name:activity", "Content-Type:application/json", "Accept:application/json"})
@GET("app/activityuserapply/cancelapply/{activityid}/{activityApplyUserId}")
Observable<BaseSuccessBean> doCancelSignUp(@Path("activityid") String id, @Path("activityApplyUserId") String aId, @Header("token") String token);
Observable<BaseSuccessBean> doCancelSignUp(@Path("activityid") String id, @Path("activityApplyUserId") String aId
, @Header("token") String token);
/**
* 获取验证码

View File

@ -1,18 +1,75 @@
<?xml version="1.0" encoding="utf-8"?>
<com.scwang.smartrefresh.layout.SmartRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/srl_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.ActivityMainActivity">
android:layout_height="wrap_content"
android:orientation="vertical"
android:theme="@style/Theme.AppCompat">
<com.tengshisoft.moduleijkplayer.player.VideoView
android:id="@+id/vv_player"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="220dp"
app:layout_constraintDimensionRatio="16:10"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
android:layout_height="wrap_content"
android:background="@drawable/shape_tab_bg">
<com.google.android.material.tabs.TabLayout
android:id="@+id/xtl_type"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabGravity="fill"
app:tabIndicatorColor="@color/white"
app:tabMode="scrollable"
app:tabSelectedTextColor="@color/app_title"
app:tabTextAppearance="@style/TabLayoutTextStyle"
app:tabTextColor="@color/gray_text" />
</LinearLayout>
<com.scwang.smartrefresh.layout.SmartRefreshLayout
android:id="@+id/srl_content"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rlv_content"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center"
android:orientation="vertical">
<ProgressBar
android:id="@+id/pb_loading"
android:layout_width="100dp"
android:layout_height="100dp"
android:indeterminateBehavior="repeat"
android:indeterminateDrawable="@drawable/anim_loading_pic" />
<ImageView
android:id="@+id/iv_empty"
android:layout_width="100dp"
android:layout_height="100dp"
android:src="@drawable/ic_empty_data" />
<com.sucstepsoft.cm_utils.core.widget.views.TypeFaceTextView
android:id="@+id/tv_hint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/iv_empty"
android:layout_centerHorizontal="true"
android:layout_marginTop="5dp"
android:textColor="@color/text_detail_24"
android:textSize="16sp"
tools:text="暂无数据" />
</LinearLayout>
</RelativeLayout>
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</LinearLayout>

View File

@ -39,7 +39,7 @@ public class SplashActivity extends BaseActivity {
refreshView(STATE_LOAD_SUCCESS);
ImmersionBar.with(this).init();
mRlTitleBar1.setVisibility(View.GONE);
getCityCode();
// getCityCode();
PermissionUtils.permission(PermissionConstants.STORAGE, PermissionConstants.LOCATION, PermissionConstants.PHONE)
.callback(new PermissionUtils.SimpleCallback() {
@Override

View File

@ -783,6 +783,9 @@ public class HomeFragment extends BaseFragment {
*/
private void chooseFuncPage(MainFuncBean mainFuncBean) {
if ("精彩活动".equals(mainFuncBean.getTitle())) {
ARouter.getInstance()
.build(PathConfig.PATH_MODULEACTIVITY_ACTIVITY_MAIN)
.navigation();
// TODO mMainActivity.setCurrentPage(1, "活动");
} else if ("场馆导航".equals(mainFuncBean.getTitle())) {
mMainActivity.setCurrentPage(2, "场馆");