diff --git a/pages/index/index.vue b/pages/index/index.vue index 05f2485..6926f65 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -314,8 +314,17 @@ 送达时间:{{item.mustFinishTime != null ? item.mustFinishTime : '' | formatHourMinute }} - - #{{item.numberCode != null ? item.numberCode : ''}} + + 外卖 + + + 代取快递 + + + 代跑腿 + + + 指派单 { + that.tui.request('/worker/admin/editLocation', "POST", {workerId:id,geolocation:that.latitude + ',' + that.longitude}, false, false,true).then((res) => { }).catch((res) => {}); }, @@ -1619,6 +1628,45 @@ } .maotou { + width: 90rpx; + background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/bdb867ba5a8a4e13b7e61a87f61148a1.png') no-repeat; + height: 90rpx; + background-size: 100%; + position: absolute; + top: -60rpx; + right: 10rpx; + text-align: center; + line-height: 90rpx; + font-weight: 900; + font-size: 24rpx; + } + .maotou1 { + width: 130rpx; + background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/6f9117df70b048e2b35badb5d3338706.png') no-repeat; + height: 74rpx; + background-size: 100%; + position: absolute; + top: -60rpx; + right: 10rpx; + text-align: center; + line-height: 90rpx; + font-weight: 900; + font-size: 24rpx; + } + .maotou2 { + width: 90rpx; + background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/8204237989b34bc88e47acd39b98aadf.png') no-repeat; + height: 90rpx; + background-size: 100%; + position: absolute; + top: -60rpx; + right: 10rpx; + text-align: center; + line-height: 90rpx; + font-weight: 900; + font-size: 24rpx; + } + .maotou3 { width: 90rpx; background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/a1584a13e9db4b6fbcc66890219d0018.png') no-repeat; height: 90rpx; @@ -1631,7 +1679,6 @@ font-weight: 900; font-size: 24rpx; } - .order-page { width: 95%; position: relative;