修改页面
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user