|
@@ -14,14 +14,14 @@
|
|
<view class="success_item flex jcsb aic">
|
|
<view class="success_item flex jcsb aic">
|
|
<view class="flex aic">
|
|
<view class="flex aic">
|
|
<view class="label">收件地址</view>
|
|
<view class="label">收件地址</view>
|
|
- <text class="bold">{{ orderInfo.contactPhone }}</text>
|
|
|
|
|
|
+ <text class="bold">{{ orderInfo.email }}</text>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="success_btn" @click="copyText()">复制</view>-->
|
|
<!-- <view class="success_btn" @click="copyText()">复制</view>-->
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="success_item flex aic">
|
|
<view class="success_item flex aic">
|
|
<view class="label">收件人</view>
|
|
<view class="label">收件人</view>
|
|
- <text>{{ orderInfo.recipientName }}({{orderInfo.email}})</text>
|
|
|
|
|
|
+ <text>{{ orderInfo.recipientName }}({{orderInfo.contactPhone}})</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -39,13 +39,13 @@
|
|
<text>套餐名称</text>
|
|
<text>套餐名称</text>
|
|
<view class="datas flex">
|
|
<view class="datas flex">
|
|
<text>{{ orderInfo.packageName }}</text>
|
|
<text>{{ orderInfo.packageName }}</text>
|
|
- <view class="copy">详情</view>
|
|
|
|
|
|
+ <!-- <view class="copy">详情</view> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="detail_item flex aic jcsb">
|
|
<view class="detail_item flex aic jcsb">
|
|
<text>套餐内容</text>
|
|
<text>套餐内容</text>
|
|
<view class="datas flex">
|
|
<view class="datas flex">
|
|
- <text>{{orderInfo.quantity}}条 (每条15-20s)</text>
|
|
|
|
|
|
+ <text>{{orderInfo.quantity}}条</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="detail_item flex aic jcsb">
|
|
<view class="detail_item flex aic jcsb">
|
|
@@ -70,7 +70,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="btns">
|
|
<view class="btns">
|
|
- <view class="bind" @click="goOrderDetail">查看详情</view>
|
|
|
|
|
|
+ <view class="bind" :style="{ background: 'url(' + buybtnBg + ')' }" @click="goOrderDetail">查看详情</view>
|
|
<view class="back" @click="goHome">返回首页</view>
|
|
<view class="back" @click="goHome">返回首页</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -94,6 +94,7 @@ export default {
|
|
shootingRequirements:'',
|
|
shootingRequirements:'',
|
|
email:'',
|
|
email:'',
|
|
},
|
|
},
|
|
|
|
+ buybtnBg: 'https://ovp-shop.oss-cn-hangzhou.aliyuncs.com/static/9dshop/ic_buy.png',
|
|
bgImg: "https://ovp-shop.oss-cn-hangzhou.aliyuncs.com/static/9dshop/bg_top%403x.png",
|
|
bgImg: "https://ovp-shop.oss-cn-hangzhou.aliyuncs.com/static/9dshop/bg_top%403x.png",
|
|
payImg: "https://ovp-shop.oss-cn-hangzhou.aliyuncs.com/static/9dshop/ic_paysuccess.png",
|
|
payImg: "https://ovp-shop.oss-cn-hangzhou.aliyuncs.com/static/9dshop/ic_paysuccess.png",
|
|
successImg: 'https://ovp-shop.oss-cn-hangzhou.aliyuncs.com/static/9dshop/img_quekou.png'
|
|
successImg: 'https://ovp-shop.oss-cn-hangzhou.aliyuncs.com/static/9dshop/img_quekou.png'
|
|
@@ -284,10 +285,14 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.bind {
|
|
.bind {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 84rpx;
|
|
|
|
+ background-size: 100% 100% !important;
|
|
color: #061714;
|
|
color: #061714;
|
|
margin-bottom: 32rpx;
|
|
margin-bottom: 32rpx;
|
|
font-weight: 500rpx;
|
|
font-weight: 500rpx;
|
|
- background: linear-gradient(140deg, #246AF1 0%, #2F98EF 100%);
|
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ // background: linear-gradient(140deg, #246AF1 0%, #2F98EF 100%);
|
|
}
|
|
}
|
|
|
|
|
|
.back {
|
|
.back {
|