|
|
@@ -175,7 +175,7 @@ public class MiddleSchemeAct extends Activity {
|
|
|
case "po":
|
|
|
String order_no = uri.getQueryParameter("a");
|
|
|
String merchandise_id = uri.getQueryParameter("b");
|
|
|
- String url = String.format(Locale.CHINA, "http://%s/#/placing-orders/%s?merchandise_id=%s", TextUtils.equals("sheep", BuildConfig.FLAVOR) ? "smallstation.kfzs.com/iqiyi_vip_member" : "10.8.220.248:8080", order_no, merchandise_id);
|
|
|
+ String url = String.format(Locale.CHINA, "http://%s/#/placing-orders/%s?merchandise_id=%s", TextUtils.equals("sheep", BuildConfig.FLAVOR) ? "smallstation.9yan.io/iqiyi_vip_member" : "10.8.220.248:8080", order_no, merchandise_id);
|
|
|
ViewUtil.showMsgDialog(context, new DialogConfig().setMsg("你有一个拼单邀请,是否立即前往?")
|
|
|
.setBtnLeftText("取消").setBtnRightText("前往")
|
|
|
.setBtnRightOnClickListener(view -> Jump2View.getInstance().goWeb(SheepApp.getInstance().getCurrentActivity(), new WebParams(url).setTitle("爱奇艺会员VIP"))));
|