xingyy
xingyy 1 year ago
parent e1ea7f2697
commit 0b82230cb5

@ -1,6 +1,6 @@
<template>
<div class="order-details" >
<title-block class="title-block" title="订单">
<title-block class="title-block" title="订单详情">
<template #left>
<div> <image style="width: 112rpx;height: 52rpx" src="https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/785cf885-c4c9-44b3-8155-4b39988c7ef8.png" @click="back"></image></div>
</template>
@ -120,8 +120,7 @@
<div class="wrap1_1_3">
<input disabled placeholder-style="color: #FF4848;font-size: 24rpx;" :placeholder="`${info.supplementMoney}元`"/>
</div>
<div class="wrap1_1_4">
</div>
</div>
</div>
<div class="wrap2"></div>

@ -24,7 +24,7 @@
</view>
<view class="info-right-item">
<view class="title">画作平尺数</view>
<view class="content">{{ info.artworkSize }}</view>
<view class="content">{{ info.artworkSquareSize }}</view>
</view>
</view>
</view>

Loading…
Cancel
Save