@@ -36,9 +36,9 @@
</u-cell-group>
<view class="order-photo">
<view>洗车前</view>
- <u-image width="100%" height="400rpx" :src="item.beginImage"></u-image>
+ <u-image width="100%" height="400rpx" :src="orderInfo.beginImage"></u-image>
<view>洗车后</view>
- <u-image width="100%" height="400rpx" :src="item.endImage"></u-image>
+ <u-image width="100%" height="400rpx" :src="orderInfo.endImage"></u-image>
</view>
</template>