wangfukang 3 weeks ago
parent
commit
2cf5cc1445
  1. 7
      package2/group/groupBuyList.vue
  2. 49
      package2/group/groupBuySingle.vue

7
package2/group/groupBuyList.vue

@ -131,6 +131,7 @@
</view>
<view class="zaixian">
<!-- <view class="zaixian-total">当前{{onlineWorkerTotal}}名配送员在线</view> -->
<image class="zaixian-gif" src="/static/images/img/loading.gif" mode="aspectFit"></image>
<view class="zaixian-divider"></view>
<swiper class="zaixian-swiper" vertical circular :autoplay="onlineWorkerAreaList.length > 1"
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration">
@ -799,6 +800,12 @@
white-space: nowrap;
}
.zaixian-gif {
width: 42rpx;
height: 42rpx;
flex-shrink: 0;
}
.zaixian-divider {
width: 2rpx;
height: 36rpx;

49
package2/group/groupBuySingle.vue

@ -555,10 +555,13 @@
</view>
</uni-popup>
<!-- 参团成功提示弹出层 -->
<uni-popup ref="tishiPopup" background-color="#fff" @change="onJoinSuccessPopupChange">
<view class="tishi-popup" style="padding: 45px;width: 300px;height: 285px;background-size: 100%;font-size: 16px;font-weight: 700;line-height: 25px;text-align: center;">
<view style="margin-top: 20px;">
面对面团不会公开显示如果选择配送团订单会统一送达
<uni-popup ref="tishiPopup" background-color="#fff">
<view class="tishi-popup">
<view class="tishi-copy">
<view class="tishi-copy-title">面对面团不会公开显示</view>
<view class="tishi-copy-desc">
选择<text class="tishi-copy-highlight">配送</text>订单会统一送达
</view>
</view>
</view>
</uni-popup>
@ -2493,11 +2496,47 @@
.spark-a {
width: 18rpx;
height: 18rpx;
top: 120rpx;
top: 110rpx;
left: 80rpx;
}
.tishi-popup{
background:url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/629843c61a014d69bf3a1195f51a898b.png') no-repeat;
width: 300px;
height: 285px;
box-sizing: border-box;
background-size: 100% 100%;
position: relative;
text-align: center;
}
.tishi-copy {
position: absolute;
top: 72px;
left: 46px;
width: 194px;
}
.tishi-copy-title {
color: #21443c;
font-size: 16px;
font-weight: 900;
line-height: 23px;
letter-spacing: 0.2px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.tishi-copy-desc {
margin-top: 13px;
color: #6d7d78;
font-size: 14px;
font-weight: 700;
line-height: 21px;
letter-spacing: 0.1px;
}
.tishi-copy-highlight {
color: #ff7043;
font-weight: 900;
}
.spark-b {
width: 24rpx;

Loading…
Cancel
Save