|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<view class="orderDetail-digitalShel flex flex_column">
|
|
<view class="orderDetail-digitalShel flex flex_column">
|
|
- <view class="contHead" :style="{background:state== 'FINISH'?'#066cff':'#ff5500',color:'#fff'}">
|
|
|
|
|
|
+ <view class="contHead" :style="{background:state!= 'CLOSE' ? '#066cff':'#ff5500',color:'#fff'}">
|
|
<view class="statusH">
|
|
<view class="statusH">
|
|
<view class="flex flex_column align_center">
|
|
<view class="flex flex_column align_center">
|
|
<view class="status-row">
|
|
<view class="status-row">
|
|
@@ -132,7 +132,7 @@
|
|
// 更改标题栏背景色
|
|
// 更改标题栏背景色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
frontColor: '#ffffff',
|
|
frontColor: '#ffffff',
|
|
- backgroundColor: option.state== 'FINISH' ? '#066cff':'#ff5500',
|
|
|
|
|
|
+ backgroundColor: option.state!= 'CLOSE' ? '#066cff':'#ff5500',
|
|
})
|
|
})
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|