修改页面

This commit is contained in:
wangxiaowei
2025-07-08 13:41:07 +08:00
parent b5cf31aeaa
commit f03e2ae769
11 changed files with 7481 additions and 5045 deletions

View File

@ -55,7 +55,7 @@
:class="{ 'checkTitlefd1_0': tabls == '4', 'flex flex-wrap align-center myOrder_titlefd1_0_c7': true }"
@tap="tabClick(4)" :id="`benben_tabsfd1_0-title-item-${'4'}`">
<text>待评价</text>
<text>已完成</text>
<text v-if="detailsnum && detailsnum.to_be_evaluated > 0">({{detailsnum.to_be_evaluated}})</text>
</view>
</view>
@ -280,7 +280,7 @@
case 6:
return '待到店自提';
case 7:
return '评价';
return '评价';
case 8:
return '已完成';
case -1: