This commit is contained in:
Vinjor 2024-10-24 18:15:15 +08:00
parent 9b67a469d4
commit ac6dd47b06
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
{{ title }}
</view>
<view v-if="showClear" @click="clearNoReadFun" class="navigationBarIcon" :style="{ color: titleColor }">
<image src="@/static/images/clear.jpg" mode="" class="clear-icon"></image>
<image src="@/static/images/clear.png" mode="" class="clear-icon"></image>
</view>
</template>
<view class="navigationBarBackExtra">

View File

@ -223,13 +223,13 @@ export default {
if("04"==mainStatus){
//
str = "待派工"
}else if("05"==mainStatus){
}else if("05"==mainStatus ||"07"==mainStatus ){
//
str = "维修中"
}else if("01"==mainStatus){
//
if(!payType){
str = "待结算"
str = "待取车结算"
}else{
str = "待支付"
}