|
@@ -18,7 +18,7 @@
|
|
|
<text>开启设备</text>
|
|
<text>开启设备</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view>
|
|
<view>
|
|
|
- <switch color="#1296db" :checked="isChecked" @change="switchChange" />
|
|
|
|
|
|
|
+ <switch :color="colorPrimary" :checked="isChecked" @change="switchChange" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="start_mid">
|
|
<view class="start_mid">
|
|
@@ -37,7 +37,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="start_up_process">
|
|
<view class="start_up_process">
|
|
|
- <uni-steps :options="list1" active-color="#1296db" :active="active" />
|
|
|
|
|
|
|
+ <uni-steps :options="list1" :active-color="colorPrimary" :active="active" />
|
|
|
</view>
|
|
</view>
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
消费记录
|
|
消费记录
|
|
@@ -75,6 +75,7 @@
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
|
|
+ colorPrimary: getApp().globalData.primaryColor,
|
|
|
date: getDate({
|
|
date: getDate({
|
|
|
format: true
|
|
format: true
|
|
|
}),
|
|
}),
|