增加新模块
This commit is contained in:
@@ -22,14 +22,10 @@
|
||||
<text style="font-size: 28rpx;font-weight: bold;">需付款:</text>
|
||||
<text style="font-size: 28rpx;">¥</text>
|
||||
<text style="font-size: 36rpx;font-weight: bold;">{{orderInfo.sumAmount}}</text>
|
||||
<!-- <text style="font-size: 28rpx;">.00</text> -->
|
||||
<text style="font-size: 20rpx;font-weight: bold;margin-left: 20rpx;">订单</text>
|
||||
<text style="font-size: 28rpx;font-weight: bold;margin-left: 10rpx;">{{formatDate1(orderInfo.expireTime)}}</text>
|
||||
<text style="font-size: 20rpx;font-weight: bold;"> 自动取消</text>
|
||||
</view>
|
||||
<!-- <view class="payment_but">
|
||||
<view class="but">去支付</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="content_cancel" v-if="orderInfo.status === ORDER_TYPE.CANCELED">取消原因:超时未支付</view>
|
||||
<!-- 地址 -->
|
||||
@@ -545,7 +541,7 @@
|
||||
}
|
||||
.order_way_warp{
|
||||
margin-bottom: 60rpx;
|
||||
width: calc(100% - 60rpx);
|
||||
width: calc(100% - 96rpx);
|
||||
}
|
||||
.content_info_title{
|
||||
width: 370rpx;
|
||||
|
||||
Reference in New Issue
Block a user