From 8259883119be2082d8d148dd9451fb3fa951e989 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Tue, 1 Sep 2020 17:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=89=A9=E6=B5=81=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=81=94=E7=B3=BB=E9=AA=91=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageD/logistics/logistics.vue | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) 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; + } + } } } }