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
7 years ago
by
罗翻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加备件列表,物流信息等页面
parent
54b07d31
master
…
dev
dev_xx
dev_xx_241116
dev_xx_250108_toast
dev_xx_250224_report
dev_xx_250414_sop
dev_xx_web
test
v2.7.2
v2.7.1
v2.7.0
v2.6.9
v2.6.7
v2.6.6
v2.6.5
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.9
v2.5.7
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.0
v2.4.6
v2.4.5
v2.4.0
v_2.4.0
v2.3.2
v2.3.1
dev20230405
android_v1.6.0
android_v1.3.0
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"
;
/**
/**
* 获取厂商收货地址.
* 获取厂商收货地址.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
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
{
...
...
This diff is collapsed.
Click to expand it.
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