Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
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
0
Merge Requests
0
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
bp
ShenghuoquanBusiness
Commits
393e41b1
Commit
393e41b1
authored
Aug 31, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 订单详情联系卖家手机号
parent
da07a994
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
OrderDetailDto.kt
...java/com/yidian/shenghuoquan/border/dto/OrderDetailDto.kt
+3
-1
border_view_order_commodity_info.xml
.../src/main/res/layout/border_view_order_commodity_info.xml
+1
-1
No files found.
Components/BUserOrder/src/main/java/com/yidian/shenghuoquan/border/dto/OrderDetailDto.kt
View file @
393e41b1
...
...
@@ -82,7 +82,9 @@ data class OrderDetailDto(
@SerializedName
(
"user_id"
)
val
userId
:
Long
,
@SerializedName
(
"wechat"
)
val
wechat
:
Wechat
val
wechat
:
Wechat
,
@SerializedName
(
"life_account_phone"
)
// 生活号管理员手机号
val
lifeAccountPhone
:
String
)
data class
Coupon
(
...
...
Components/BUserOrder/src/main/res/layout/border_view_order_commodity_info.xml
View file @
393e41b1
...
...
@@ -84,7 +84,7 @@
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/dp8"
android:background=
"@drawable/shape_stroke_e5e5e5_corner_14"
android:onClick=
"@{() -> vm.contractSeller(data.
placeList.p
hone)}"
android:onClick=
"@{() -> vm.contractSeller(data.
lifeAccountP
hone)}"
android:paddingStart=
"@dimen/dp13"
android:paddingTop=
"@dimen/dp9"
android:paddingEnd=
"@dimen/dp13"
...
...
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