ZaiZai 1 year ago
parent
commit
7ff93c4e65
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/my/config.vue

+ 2 - 2
pages/my/config.vue

@@ -10,11 +10,11 @@
             </view>
             <view class="cu-item">
                 <view class="content hc-flex">
-                    <text class="i-solar-calendar-search-outline text-blue text-32 mr-1"/>
+                    <text class="i-solar-calendar-search-outline text-red-4 text-32 mr-1"/>
                     <text class="text-gray-4">填报提醒</text>
                 </view>
                 <view class="action">
-                    <switch :checked="appCheck" @change="fillSwitchChange" style="transform:scale(0.9)"/>
+                    <switch class="red" :class="appCheck?'checked':''" :checked="appCheck" @change="fillSwitchChange" style="transform:scale(0.9)"/>
                 </view>
             </view>
         </view>