diff --git a/pageD/logistics/logistics.vue b/pageD/logistics/logistics.vue index 3ce9c8e..483efaa 100644 --- a/pageD/logistics/logistics.vue +++ b/pageD/logistics/logistics.vue @@ -4,9 +4,13 @@ {{item.kd_time}} - + - {{item.store_name}} + {{item.store_name}} + + + 联系骑手 + {{item.title}} @@ -77,10 +81,13 @@ this.$u.route(url, { oid: item.order_id, }); + }, + makePhone(phone) { + uni.makePhoneCall({ + phoneNumber: phone + }); } }, - components:{ - } }; @@ -147,25 +154,31 @@ page{ margin-bottom: 20rpx; } // 店铺 - .store_name{ + .store-name{ overflow: hidden; zoom: 1; padding: 0rpx 0 20rpx 0; + display: flex; + align-items: center; image{ width: 60rpx; height: 60rpx; border-radius: 50%; float: left; } - view{ + .name { font-size:26rpx; color:rgba(51,51,51,1); - float: left; - display: table-cell; line-height: 60rpx; display: inline-block; margin-left: 21rpx; } + .takeawayer { + margin-left: auto; + > text { + margin-left: 10rpx; + } + } } } }