tianyi 4 weeks ago
parent
commit
4aa397de35
  1. 5
      package1/buyFood/buyFood.vue
  2. 4
      package1/group/groupBuySingle.vue
  3. 862
      package1/order/orderDetail.vue
  4. 4
      package1/order/pendGroup.vue
  5. 4
      package1/runErrand/runErrand.vue

5
package1/buyFood/buyFood.vue

@ -305,8 +305,9 @@
<view class="pay-popup">
<view class="content">
<view class="box1">
<view style="height: 70rpx;line-height: 70rpx;text-align: center;">
支付剩余时间 59:09
<view style="display: flex;align-items: center;justify-content: center;height: 70rpx;">
支付剩余时间
<uni-countdown :show-day="false" :hour="00" :minute="59" :second="59" />
</view>
<view
style="height: 90rpx;line-height: 90rpx;text-align: center;font-weight: 700;font-size: 30rpx;">

4
package1/group/groupBuySingle.vue

@ -439,8 +439,8 @@
<view class="pay-popup" style="height: 580rpx;background: #fff;border-radius: 40rpx 40rpx 0 0;padding-top: 40rpx;">
<view class="content" style="height: 100%;margin-top:0">
<view class="box1">
<view style="height: 70rpx;line-height: 70rpx;text-align: center;">
支付剩余时间 59:09
<view style="display: flex;align-items: center;justify-content: center;height: 70rpx;">
支付剩余时间 <uni-countdown :show-day="false" :hour="00" :minute="59" :second="59" />
</view>
<view
style="height: 90rpx;line-height: 90rpx;text-align: center;font-weight: 700;font-size: 30rpx;">

862
package1/order/orderDetail.vue

File diff suppressed because it is too large

4
package1/order/pendGroup.vue

@ -69,8 +69,8 @@
</view>
</view>
</view>
<view class="kaituan3">
剩余<text style="font-size: 32rpx;font-weight: 700;padding: 0 20rpx;color: red;">23:59:23</text>结束
<view class="kaituan3" style="display: flex;margin-left: auto;margin-right: auto;width: 50%;">
剩余<uni-countdown :show-day="false" :hour="23" :minute="59" :second="59" :font-size="16" color="red" />结束
</view>
<view class="kaituan4">
分享至微信 <uni-icons type="weixin" size="15"></uni-icons>

4
package1/runErrand/runErrand.vue

@ -285,8 +285,8 @@
<view class="pay-popup">
<view class="content2">
<view class="box1">
<view style="height: 70rpx;line-height: 70rpx;text-align: center;">
支付剩余时间 59:09
<view style="display: flex;align-items: center;justify-content: center;height: 70rpx;">
支付剩余时间 <uni-countdown :show-day="false" :hour="00" :minute="59" :second="59" />
</view>
<view style="height: 90rpx;line-height: 90rpx;text-align: center;font-weight: 700;font-size: 30rpx;">
<text style="font-size: 60rpx;">{{backendTotalAmount ? backendTotalAmount.toFixed(2) : totalAmountCalc.toFixed(2)}}</text>

Loading…
Cancel
Save