feat: 细节调整

This commit is contained in:
苟川东 2025-04-28 17:23:55 +08:00
parent 28d36d5c0b
commit 8e299f8947

View File

@ -30,7 +30,7 @@
</view>
<view class="time-ctr flex-l" v-if="item.order_info.plan_time !== null">
<me-icon type="icon-time" color="var(--themeColor)" size="40rpx"></me-icon>
<text class="time">{{helpers.formatDate(item.order_info.plan_time)}}</text>
<text class="time">{{helpers.formatDate(item.plan_time)}}</text>
</view>
</view>
<view class="right" @click="helpers.openLocation(item.order_info.lat, item.order_info.lng)">