Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RvApp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lify
RvApp
Commits
ba355e6e
Commit
ba355e6e
authored
Nov 13, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员中心间距的修改
parent
4b4a8ae9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
start_back_icon.xml
RvClient/src/main/res/drawable/start_back_icon.xml
+1
-1
ApiConfig.java
...e_home/src/main/java/com/rv/home/rv/module/ApiConfig.java
+1
-1
view_member_privilege.xml
plugin_member/src/main/res/layout/view_member_privilege.xml
+1
-1
No files found.
RvClient/src/main/res/drawable/start_back_icon.xml
View file @
ba355e6e
...
...
@@ -7,7 +7,7 @@
</shape>
</item>
<item
android:bottom=
"@dimen/size_
5
"
>
android:bottom=
"@dimen/size_
10
"
>
<bitmap
android:gravity=
"bottom|center_horizontal"
android:src=
"@drawable/bottom_backgroud2"
...
...
module_home/src/main/java/com/rv/home/rv/module/ApiConfig.java
View file @
ba355e6e
...
...
@@ -59,7 +59,7 @@ public class ApiConfig {
public
static
String
QUERY_HOT_GOODLIST
=
RvFrameConfig
.
HOST
+
"/api/app/home/app/unauth/goodList"
;
//推荐商品
public
static
String
HTTP_URL_MEMBER_LIST
=
RvFrameConfig
.
ADMIN_POST
+
"
/
member/app/unauth/level/list"
;
// 会员等级列表
public
static
String
HTTP_URL_MEMBER_LIST
=
RvFrameConfig
.
ADMIN_POST
+
"member/app/unauth/level/list"
;
// 会员等级列表
public
static
String
HTTP_URL_MEMBER_CREATE_ORDER
=
RvFrameConfig
.
HOST
+
"/api/order/orderMember/add"
;
// 创建订单
...
...
plugin_member/src/main/res/layout/view_member_privilege.xml
View file @
ba355e6e
...
...
@@ -130,7 +130,7 @@
<GridView
android:layout_marginTop=
"
13
dp"
android:layout_marginTop=
"
20
dp"
android:id=
"@+id/gridview"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
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