Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5b2c0e3d
authored
Feb 01, 2018
by
罗翻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加备件列表,物流信息等页面
parent
54b07d31
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
app/src/main/java/com/dayu/bigfish/Constants.java
app/src/main/java/com/dayu/bigfish/ui/SopWebViewActivity.java
app/src/main/java/com/dayu/bigfish/Constants.java
View file @
5b2c0e3d
...
@@ -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"
;
/**
/**
* 获取厂商收货地址.
* 获取厂商收货地址.
*/
*/
...
...
app/src/main/java/com/dayu/bigfish/ui/SopWebViewActivity.java
View file @
5b2c0e3d
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment