| | |
| | | import com.alibaba.baichuan.trade.biz.login.AlibcLogin; |
| | | import com.alibaba.baichuan.trade.biz.login.AlibcLoginCallback; |
| | | import com.bumptech.glide.Glide; |
| | | import com.tejia.lijin.app.ShoppingApplication; |
| | | import com.wpc.library.RetainViewFragment; |
| | | import com.wpc.library.util.common.StringUtils; |
| | | import com.tejia.lijin.app.BasicTextHttpResponseHandler; |
| | |
| | | iv_order_coursetxt.setText("京东中复制订单号教程"); |
| | | et_orderId.setHint("请输入或粘贴京东订单号"); |
| | | TYPE = "orderFindJD"; |
| | | }else if (id == 4) {//唯品会 |
| | | } else if (id == 4) {//唯品会 |
| | | uir = R.drawable.ic_order_appeal_buttomvip; |
| | | iv_order_coursetxt.setText("唯品会中复制订单号教程"); |
| | | et_orderId.setHint("请输入或粘贴唯品会订单号"); |
| | | TYPE = "orderFindVIP"; |
| | | }else if (id == 5) {//苏宁 |
| | | } else if (id == 5) {//苏宁 |
| | | uir = R.drawable.ic_order_appeal_buttomsuning; |
| | | iv_order_coursetxt.setText("苏宁中复制订单号教程"); |
| | | et_orderId.setHint("请输入或粘贴苏宁订单号"); |
| | |
| | | } |
| | | |
| | | private void referAppeal() { |
| | | String uid = getContext().getSharedPreferences("user", Context.MODE_PRIVATE).getString("uid", ""); |
| | | Long uid = UserUtil.getUid(ShoppingApplication.application); |
| | | // String uid = "323922"; |
| | | if (StringUtils.isEmpty(uid)) { |
| | | if (uid == null) { |
| | | // SingleToast.showToast(OrderAppealActivity.this, "登录后才能申诉"); |
| | | Toast.makeText(getContext(), "登录后才能找回", Toast.LENGTH_SHORT).show(); |
| | | return; |