Commit 49944a09 authored by shiyl's avatar shiyl

修改自提点地址字端

parent 7d8a1be7
......@@ -81,7 +81,7 @@ data class Shipping(
var contactName: String? = null,// 自提点联系人
@SerializedName("phone")
var phone: String? = null,// 自提点电话
@SerializedName("address")
var address: String? = null,// 自提点地址
@SerializedName("location")
var location: String? = null,// 自提点地址
) : Parcelable
......@@ -142,7 +142,7 @@ class ConfirmOrderViewModel : BaseViewModel() {
takePlaceName = point.takePlaceName,
contactName = point.contactName,
phone = point.phone,
address = point.address
location = point.location
)
}
......
......@@ -117,7 +117,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp8"
android:text="@{vm.selectedPickUpPoint.address}"
android:text="@{vm.selectedPickUpPoint.location}"
android:textColor="@color/color_999999"
android:textSize="@dimen/sp14"
app:isShow="@{vm.selectedPickUpPoint.takePlaceName != null}"
......
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