| | |
| | | if (id == 1) {//淘宝 |
| | | uir = R.drawable.ic_order_appeal_buttom; |
| | | iv_order_coursetxt.setText("手机淘宝中复制订单号教程"); |
| | | et_orderId.setHint("请输入或粘贴淘宝订单号"); |
| | | et_orderId.setHint("请输入或粘贴订单号"); |
| | | TYPE = "orderFind";//默认淘宝 |
| | | } else if (id == 2) {//京东 |
| | | uir = R.drawable.ic_order_appeal_buttomjd; |
| | |
| | | break; |
| | | case R.id.tv_order_appeal_aout://自动找回 |
| | | SharedPreferences sp = getContext().getSharedPreferences("user", Context.MODE_PRIVATE); |
| | | boolean isLogin = sp.getBoolean("isLogin", false); |
| | | boolean isLogin = UserUtil.isLogin(getContext()); |
| | | if (isLogin) { |
| | | if (!btimer) { |
| | | if (AlibcLogin.getInstance().isLogin()) { |