支付宝优化

This commit is contained in:
GaoHao
2024-10-29 18:27:43 +08:00
parent a868117cda
commit b2abe69e37
10 changed files with 89 additions and 42 deletions

View File

@@ -81,7 +81,7 @@
</view>
<view class="row">
<text class="t">备注</text>
<text class="info">{{ listinfo.orderInfo.remark}}</text>
<text class="info">{{ listinfo.orderInfo.remark||""}}</text>
</view>
<view class="row">
<text class="t">就餐人数</text>

View File

@@ -92,9 +92,8 @@
.paymentMethod{
box-sizing: border-box;
margin-top: 30rpx;
padding: 0 20rpx;
padding: 0 20rpx 220rpx 20rpx;
border-radius: 18rpx;
margin-bottom: 220rpx;
.paymentMethod_content{
background-color: #fff;
border-radius: 22rpx;