Browse Source

健康管理

wangming 1 tháng trước cách đây
mục cha
commit
2e8b9d8e05
1 tập tin đã thay đổi với 12 bổ sung85 xóa
  1. 12 85
      src/pagesA/healthAlarm/healthAlarm.vue

+ 12 - 85
src/pagesA/healthAlarm/healthAlarm.vue

@@ -18,36 +18,6 @@
                                 style="transform: scale(0.8)"
                             />
                         </view>
-                        <view class="nomalLeft">
-                            <text>
-                                <view class="uni-list-cell-db">
-                                    <picker
-                                        mode="time"
-                                        :value="timeOne"
-                                        start="00:00"
-                                        end="23:59"
-                                        @change="bindTimeChange"
-                                    >
-                                        <view class="uni-input">{{
-                                            timeOne
-                                        }}</view>
-                                    </picker> </view
-                                >-<view class="uni-list-cell-db">
-                                    <picker
-                                        mode="time"
-                                        :value="timeOne"
-                                        start="00:00"
-                                        end="23:59"
-                                        @change="bindTimeChange"
-                                    >
-                                        <view class="uni-input">{{
-                                            timeOne
-                                        }}</view>
-                                    </picker>
-                                </view></text
-                            >
-                            <image src="../../static/arrThree.png" mode="" />
-                        </view>
                     </view>
                 </view>
                 <view class="nomalItem">
@@ -65,10 +35,6 @@
                                 style="transform: scale(0.8)"
                             />
                         </view>
-                        <view class="nomalLeft">
-                            <text>23:00-06:30</text>
-                            <image src="../../static/arrThree.png" mode="" />
-                        </view>
                     </view>
                 </view>
                 <view class="nomalItem">
@@ -86,10 +52,6 @@
                                 style="transform: scale(0.8)"
                             />
                         </view>
-                        <view class="nomalLeft">
-                            <text>23:00-06:30</text>
-                            <image src="../../static/arrThree.png" mode="" />
-                        </view>
                     </view>
                 </view>
                 <view class="nomalItem">
@@ -107,31 +69,21 @@
                                 style="transform: scale(0.8)"
                             />
                         </view>
-                        <view class="nomalLeft">
-                            <text>23:00-06:30</text>
-                            <image src="../../static/arrThree.png" mode="" />
-                        </view>
                     </view>
                 </view>
                 <view class="nomalItem">
                     <view class="switchBox">
-                        <view class="switchBox">
-                            <text class="name">如厕频次异常</text>
-                            <switch
-                                :value="statusLight"
-                                @change="handleLightChange"
-                                :active-value="1"
-                                :inactive-value="0"
-                                size="24px"
-                                active-color="#07c160"
-                                inactive-color="#eeeff1"
-                                style="transform: scale(0.8)"
-                            />
-                        </view>
-                        <view class="nomalLeft">
-                            <text>23:00-06:30</text>
-                            <image src="../../static/arrThree.png" mode="" />
-                        </view>
+                        <text class="name">如厕频次异常</text>
+                        <switch
+                            :value="statusLight"
+                            @change="handleLightChange"
+                            :active-value="1"
+                            :inactive-value="0"
+                            size="24px"
+                            active-color="#07c160"
+                            inactive-color="#eeeff1"
+                            style="transform: scale(0.8)"
+                        />
                     </view>
                 </view>
             </view>
@@ -208,15 +160,12 @@ export default {
                     height: 94rpx;
                     display: flex;
                     align-items: center;
+                    justify-content: space-between;
                     padding-top: 20rpx;
                     padding-bottom: 20rpx;
                     border-bottom: 2rpx solid #eef2f6;
                     background: #ffffff;
 
-                    &.switchLast {
-                        border-bottom: none;
-                    }
-
                     .name {
                         margin-left: 18rpx;
                         color: #111111;
@@ -227,28 +176,6 @@ export default {
                             color: #999999;
                         }
                     }
-
-                    .nomalLeft {
-                        width: 250rpx;
-                        display: flex;
-                        justify-content: space-between;
-                        align-items: center;
-                        margin-left: auto;
-                        color: #a0acbe;
-                        font-size: 28rpx;
-                        text-align: right;
-                        margin-bottom: 10rpx;
-
-                        .otherClass {
-                            color: #999999;
-                        }
-
-                        image {
-                            width: 12rpx;
-                            height: 21rpx;
-                            margin-left: 10rpx;
-                        }
-                    }
                 }
             }
         }