Commit 5b2c0e3d by 罗翻

增加备件列表,物流信息等页面

parent 54b07d31
...@@ -24,13 +24,10 @@ public class Constants { ...@@ -24,13 +24,10 @@ public class Constants {
public static final int DEBUGLEVEL = LogUtils.LEVEL_ALL; public static final int DEBUGLEVEL = LogUtils.LEVEL_ALL;
public static final String BASE_URL = "http://47.94.101.239:3112"; public static final String BASE_URL = "http://47.94.101.239:3112";
public final static String UP_PHOTO = "/file/uploadMore?targetPath=test/sp/mobile/android/business/checkApply"; public final static String UP_PHOTO = "/file/uploadMore?targetPath=test/sp/mobile/android/business/checkApply";
public final static String WEB_SOP = "http://192.168.1.135:8080/#/detail?id=9"; public final static String WEB_SOP = "http://47.94.101.239:9004/#/sop";
public final static String WEB_ZHI_SHI = "http://47.94.101.239:9004/#/detail"; public final static String WEB_ZHI_SHI = "http://47.94.101.239:9004/#/detail";
// public final static String WEB_ZHI_SHI = "http://192.168.1.135:8080/#/detail";
public static final boolean UM_DEBUG = true; public static final boolean UM_DEBUG = true;
// public final static String WEB_SOP = "http://192.168.1.132:8080/#/sop";
/**************************正式环境*******************************/ /**************************正式环境*******************************/
// public static final int DEBUGLEVEL = LogUtils.LEVEL_OFF; // public static final int DEBUGLEVEL = LogUtils.LEVEL_OFF;
// public static final String BASE_URL = "https://mobile.dayu.ai"; // public static final String BASE_URL = "https://mobile.dayu.ai";
...@@ -138,7 +135,7 @@ public class Constants { ...@@ -138,7 +135,7 @@ public class Constants {
/** /**
* 获取服务说明. * 获取服务说明.
*/ */
public final static String ORDER_INSTRUCTION = " /api-ka-base/" + "spuServiceDetail"; public final static String ORDER_INSTRUCTION = "/api-ka-base/" + "spuServiceDetail";
/** /**
* 获取厂商收货地址. * 获取厂商收货地址.
*/ */
......
...@@ -132,7 +132,7 @@ public class SopWebViewActivity extends DataBindingActivity<ActivityWebviewBindi ...@@ -132,7 +132,7 @@ public class SopWebViewActivity extends DataBindingActivity<ActivityWebviewBindi
} }
}); });
ProgressUtil.startLoad(mActivity); ProgressUtil.startLoad(mActivity);
mWebView.loadUrl(Constants.WEB_ZHI_SHI + "?id=9"); mWebView.loadUrl(Constants.WEB_SOP);
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment