Commit 393e41b1 authored by yinjiacheng's avatar yinjiacheng

update 订单详情联系卖家手机号

parent da07a994
......@@ -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(
......
......@@ -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.phone)}"
android:onClick="@{() -> vm.contractSeller(data.lifeAccountPhone)}"
android:paddingStart="@dimen/dp13"
android:paddingTop="@dimen/dp9"
android:paddingEnd="@dimen/dp13"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment