| | |
| | | import com.weikou.beibeivideo.BeibeiVideoAPI; |
| | | import com.weikou.beibeivideo.R; |
| | | import com.weikou.beibeivideo.entity.GoodsInfo; |
| | | import com.weikou.beibeivideo.ui.common.FollowActivity; |
| | | import com.weikou.beibeivideo.ui.login.LoginActivity; |
| | | import com.weikou.beibeivideo.util.UserUtil; |
| | | |
| | | import org.apache.http.Header; |
| | | import org.json.JSONObject; |
| | |
| | | String loginUid = sp.getString("LoginUid", ""); |
| | | if (StringUtils.isEmpty(loginUid)) { |
| | | SingleToast.showToast(mContext, "登录后才能收藏"); |
| | | mContext.startActivity(new Intent(mContext, LoginActivity.class)); |
| | | UserUtil.toLogin(mContext); |
| | | |
| | | return; |
| | | } |
| | | if (Boolean.parseBoolean(info.getCollect())) { |