|
|
|
@ -48,7 +48,7 @@ |
|
|
|
<view class="kaituan11"> |
|
|
|
<view class="kaituan1-title1"> |
|
|
|
差{{orderDetail.groupInfo.targetMembers - orderDetail.groupInfo.currentMembers}}人即可成团 |
|
|
|
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/21b403bd13414ce79ad73cf1c8e3de98.png" alt="" style="width: 120rpx;height: 11px;position: absolute;bottom: 0;right: 15px;" /> |
|
|
|
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/21b403bd13414ce79ad73cf1c8e3de98.png" alt="" style="width: 120rpx;height: 22rpx;position: absolute;bottom: 0;right: 30rpx;" /> |
|
|
|
</view> |
|
|
|
<view class="kaituan1-title11"> |
|
|
|
快呼唤小伙伴参加吧! |
|
|
|
@ -92,7 +92,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="content"> |
|
|
|
<view class="box1" style="display: flex;min-height: 80px;"> |
|
|
|
<view class="box1" style="display: flex;min-height: 160rpx;"> |
|
|
|
<view class="status-img"> |
|
|
|
<img v-if="orderDetail.status == 0 || (orderDetail.status == 3 && orderDetail.deliveryType == 2)" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/6cf6fff020614ebebb34f7c371e11331.png" alt="" /> |
|
|
|
<img v-if="orderDetail.status == 2" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/35ff6276eb3a4e58b8baa724ca44d5dc.png" alt="" /> |
|
|
|
@ -138,7 +138,7 @@ |
|
|
|
<view class="status-btn" style="top: 0;" v-if="orderDetail.status == 5 && orderDetail.mallRefundRecord.length < 1" @tap="returnProducts(orderDetail)"> |
|
|
|
申请售后 |
|
|
|
</view> |
|
|
|
<view class="status-btn" style="top: 35px;" @tap="refreah(orderDetail)"> |
|
|
|
<view class="status-btn" style="top: 70rpx;" @tap="refreah(orderDetail)"> |
|
|
|
刷新 |
|
|
|
</view> |
|
|
|
<!-- <view class="status-btn"> |
|
|
|
@ -269,7 +269,7 @@ |
|
|
|
<text style="flex:1">{{orderDetail.shopName}}</text> |
|
|
|
<img @tap="makeCall(orderDetail.shopPhone)" |
|
|
|
src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" |
|
|
|
alt="" style="width: 40rpx;height: 40rpx;margin-top: 7px;" /> |
|
|
|
alt="" style="width: 40rpx;height: 40rpx;margin-top: 14rpx;" /> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view v-for="(item1,index1) in orderDetail.goodsList" :key="index1" v-if="orderDetail.goodsList != null && orderDetail.goodsList.length > 0" style="display: flex;padding: 20rpx;background: #eee;border-radius: 20rpx;"> |
|
|
|
@ -570,7 +570,7 @@ |
|
|
|
|
|
|
|
<!-- 增加佣金支付弹出层 --> |
|
|
|
<uni-popup ref="addFeePayPopup" background-color="#fff"> |
|
|
|
<view class="pay-popup" style="height: 290px;background: #fff;border-radius: 40rpx 40rpx 0 0;"> |
|
|
|
<view class="pay-popup" style="height: 580rpx;background: #fff;border-radius: 40rpx 40rpx 0 0;"> |
|
|
|
<view class="content" style="height: 100%;margin-top:0"> |
|
|
|
<view class="box1"> |
|
|
|
<view style="height: 70rpx;line-height: 70rpx;text-align: center;"> |
|
|
|
@ -1279,8 +1279,8 @@ |
|
|
|
width: 600rpx; |
|
|
|
height: 800rpx; |
|
|
|
background: #fff; |
|
|
|
border-radius: 10px; |
|
|
|
padding: 10px; |
|
|
|
border-radius: 20rpx; |
|
|
|
padding: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.title1 { |
|
|
|
|