|
@@ -5,7 +5,7 @@
|
|
<view class="btn btn-cancel" v-if="secondHandOrderFlag!=1" @click.stop="btnConfirm('again',order)">再来一单</view>
|
|
<view class="btn btn-cancel" v-if="secondHandOrderFlag!=1" @click.stop="btnConfirm('again',order)">再来一单</view>
|
|
<view class="btn btn-cancel" v-if="btnState.isCancel" @click.stop="btnConfirm('cancel',order)">取消订单</view>
|
|
<view class="btn btn-cancel" v-if="btnState.isCancel" @click.stop="btnConfirm('cancel',order)">取消订单</view>
|
|
<view class="btn btn-cancel" v-if="btnState.isDelete" @click.stop="btnConfirm('delete',order)">删除订单</view>
|
|
<view class="btn btn-cancel" v-if="btnState.isDelete" @click.stop="btnConfirm('delete',order)">删除订单</view>
|
|
- <view class="btn btn-cancel" @click.stop="onShareCode">
|
|
|
|
|
|
+ <view class="btn btn-share" @click.stop="onShareCode">
|
|
<view class="tips" v-if="shareCode">分享码:{{shareCode}}</view>
|
|
<view class="tips" v-if="shareCode">分享码:{{shareCode}}</view>
|
|
分享订单
|
|
分享订单
|
|
</view>
|
|
</view>
|
|
@@ -221,15 +221,18 @@
|
|
background:linear-gradient(315deg,rgba(231,0,0,1) 0%,rgba(255,104,1,1) 100%);
|
|
background:linear-gradient(315deg,rgba(231,0,0,1) 0%,rgba(255,104,1,1) 100%);
|
|
}
|
|
}
|
|
.btn-share{
|
|
.btn-share{
|
|
- background:linear-gradient(315deg,rgba(0,212,150,1) 0%,rgba(126,243,174,1) 100%);
|
|
|
|
- margin-right: 0;
|
|
|
|
|
|
+ background:#FFFFFF;
|
|
|
|
+ color: #666666;
|
|
|
|
+ float: left;
|
|
|
|
+ // margin: 22rpx 0;
|
|
|
|
+ margin-right: 15rpx;
|
|
|
|
+ border: 2rpx solid #999999;
|
|
position: relative;
|
|
position: relative;
|
|
.tips{
|
|
.tips{
|
|
width: 160rpx;
|
|
width: 160rpx;
|
|
height: 34rpx;
|
|
height: 34rpx;
|
|
padding: 10rpx 10rpx;
|
|
padding: 10rpx 10rpx;
|
|
- background:linear-gradient(45deg,rgba(0,0,0,1) 0%,rgba(87,87,87,1) 100%);
|
|
|
|
- box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
|
|
|
|
|
|
+ background:#E15616;
|
|
border-radius: 8rpx;
|
|
border-radius: 8rpx;
|
|
position: absolute;
|
|
position: absolute;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
@@ -237,15 +240,15 @@
|
|
font-size: $font-size-24;
|
|
font-size: $font-size-24;
|
|
text-align: left;
|
|
text-align: left;
|
|
right: 0;
|
|
right: 0;
|
|
- top: -65rpx;
|
|
|
|
|
|
+ top: -69rpx;
|
|
&:before{
|
|
&:before{
|
|
content: "";
|
|
content: "";
|
|
width: 25rpx;
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
height: 25rpx;
|
|
- background:linear-gradient(45deg,rgba(0,0,0,1) 0%,rgba(87,87,87,1) 100%);
|
|
|
|
|
|
+ background:#E15616;
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: -8rpx;
|
|
bottom: -8rpx;
|
|
- right: 30rpx;
|
|
|
|
|
|
+ left: 30rpx;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
transform:rotate(45deg);
|
|
transform:rotate(45deg);
|
|
}
|
|
}
|