tianyi 2 weeks ago
parent
commit
a753096f87
  1. 1
      package1/group/groupBuySingle.vue
  2. 7
      package1/order/orderList.vue

1
package1/group/groupBuySingle.vue

@ -1151,7 +1151,6 @@
return arr.join(',');
},
submitCartCheckout() {
if (this.cartItems.length === 0) {
this.$refs.warnPopup.open()
return;

7
package1/order/orderList.vue

@ -195,8 +195,8 @@
</view>
<!-- 支付弹出层 -->
<uni-popup ref="payPopup" background-color="#fff">
<view class="pay-popup" style="height: 290px;background: #fff;border-radius: 40rpx 40rpx 0 0;padding-top: 40rpx;">
<view class="content" style="height: 100%;margin-top:0">
<view class="pay-popup" style="height: 250px;background: #fff;border-radius: 40rpx 40rpx 0 0;padding-top: 40rpx;">
<view class="content" style="height: 100%;margin-top:0;top:0">
<view class="box1">
<view
style="height: 90rpx;line-height: 90rpx;text-align: center;font-weight: 700;font-size: 30rpx;">
@ -553,4 +553,7 @@
text-align: center;
line-height: 40rpx;
}
.vue-ref{
border-radius: 10px !important;
}
</style>
Loading…
Cancel
Save