tianyi 10 hours ago
parent
commit
1cee1e2648
  1. 7
      package2/shop/orderDetail.vue

7
package2/shop/orderDetail.vue

@ -155,7 +155,7 @@
<uni-popup ref="groupPopup" background-color="#fff"> <uni-popup ref="groupPopup" background-color="#fff">
<view class="group-content"> <view class="group-content">
<view style="height: 50px;text-align: center;line-height: 50px;font-size: 18px;font-weight: 700;"> <view style="height: 50px;text-align: center;line-height: 50px;font-size: 18px;font-weight: 700;">
<text>{{data.groupInfo.targetMembers}}人团</text><text>已拼{{data.groupInfo.currentMembers}}</text> <text>{{data.groupInfo.targetMembers}}人团/</text><text>已拼{{data.groupInfo.currentMembers}}</text>
</view> </view>
<view class="kaituan2"> <view class="kaituan2">
<view class="kaituan22" style="display: flex;"> <view class="kaituan22" style="display: flex;">
@ -167,7 +167,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class=""> <view style="height: 50px;line-height: 50px;text-align: center;font-weight: 700;">
点击头像可查看拼团订单详情 点击头像可查看拼团订单详情
</view> </view>
</view> </view>
@ -357,7 +357,8 @@
.group-content{ .group-content{
background: #fff; background: #fff;
width: 300px; width: 300px;
height: 500px; height: auto;
border-radius: 10px;
} }
.weipincheng { .weipincheng {
width: 90rpx; width: 90rpx;

Loading…
Cancel
Save