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
97a01628
authored
Jul 01, 2021
by
luofan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
280提现跳转h5,sop图片增加水印
parent
b95b31c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
orderCenter/src/main/java/com/dayu/order/ui/activity/SopLocalActivity.java
orderCenter/src/main/java/com/dayu/order/ui/activity/SopLocalActivity.java
View file @
97a01628
...
...
@@ -9,6 +9,7 @@ import android.support.v7.widget.GridLayoutManager;
import
android.text.TextUtils
;
import
android.view.View
;
import
com.cjt2325.cameralibrary.util.LogUtil
;
import
com.dayu.base.api.Api
;
import
com.dayu.base.api.BaseApiFactory
;
import
com.dayu.base.ui.activity.BaseActivity
;
...
...
@@ -350,7 +351,6 @@ public class SopLocalActivity extends BaseActivity<SImplePresenter, ActivitySopL
getLocation
();
toNext
();
}));
getLocation
();
}
/**
...
...
@@ -358,8 +358,9 @@ public class SopLocalActivity extends BaseActivity<SImplePresenter, ActivitySopL
* @param bean
*/
private
void
waterMark
(
SopAddress
bean
)
{
LogUtil
.
d
(
"waterMark"
,
"走了"
);
Api
.
getService
(
OrderService
.
class
).
waterMark
(
bean
).
compose
(
Api
.
applySchedulers
())
.
subscribe
(
mPresenter
.
baseObserver
(
aBoolean
->
ToastUtils
.
showLongToast
(
"更新成功!
"
)));
.
subscribe
(
mPresenter
.
baseObserver
(
aBoolean
->
LogUtil
.
d
(
"waterMark"
,
"更新了
"
)));
}
private
void
getLocation
()
{
...
...
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