Kaynağa Gözat

删除废弃图片,修改图片命名

wangming 3 hafta önce
ebeveyn
işleme
aeb8ed10f5

+ 1 - 1
src/components/component/alarModel.vue

@@ -18,7 +18,7 @@
                 检测到可能发生跌倒事件,请立即处理!
             </view>
             <view class="backImg">
-                <image src="../../static/actionRed.png" mode="" />
+                <image src="../../static/actionSerious.png" />
             </view>
             <view class="alarm-bottom">
                 <template v-if="voipFlag">

+ 1 - 1
src/components/component/tenMinutes.vue

@@ -22,7 +22,7 @@
                 检测到可能发生跌倒事件,已被{{ selectHanled.remark }}处理过!
             </view>
             <view class="backImg">
-                <image src="../../static/actionRed.png" mode="" />
+                <image src="../../static/actionSerious.png" mode="" />
             </view>
             <view class="alarm-bottom">
                 <template v-if="voipFlag">

+ 18 - 0
src/pagesA/adNewDevice/adNewDevice.vue

@@ -42,6 +42,24 @@
                         @click="showPicker"
                     ></image>
                 </view>
+                <view class="wifItem" style="margin-top: 30rpx">
+                    <text>安装方式</text>
+                    <picker
+                        @change="bindPickerChangeThree"
+                        :value="mountPlainIndex"
+                        :range="mountPlainArray"
+                        style="margin-left: auto"
+                    >
+                        <view class="uni-input">{{
+                            mountPlainArray[mountPlainIndex]
+                        }}</view>
+                    </picker>
+                    <image
+                        src="../../static/rightArrow.png"
+                        alt=""
+                        @click="showPicker"
+                    ></image>
+                </view>
             </view>
             <view class="bottom">
                 <view class="nextTip" @click="goNextTip">完成</view>

+ 2 - 2
src/pagesA/deviceDetail/deviceDetail.vue

@@ -1062,13 +1062,13 @@ export default {
                     console.log(dataMessage.falling, "dataMessage");
                     if (dataMessage.falling == 1) {
                         this.falling = dataMessage.falling;
-                        this.lnbAction = "actionYellow";
+                        this.lnbAction = "actionWarn";
                     } else if (
                         dataMessage.falling == 2 ||
                         dataMessage.falling == 3
                     ) {
                         this.falling = dataMessage.falling;
-                        this.lnbAction = "actionRed";
+                        this.lnbAction = "actionSerious";
                     } else {
                         this.lnbAction = "action8";
                     }

+ 2 - 2
src/pagesA/my/my.vue

@@ -9,7 +9,7 @@
         </view>
 
         <view class="meauList">
-            <view class="menu-item" @click="updateOTA()">
+            <!-- <view class="menu-item" @click="updateOTA()">
                 <view class="meanLeft">
                     <image src="../../static/update.png" mode="" />
                     <text>OTA升级</text>
@@ -17,7 +17,7 @@
                 <view class="meanRight">
                     <image src="../../static/arrTwo.png" mode="" />
                 </view>
-            </view>
+            </view> -->
             <view class="menu-item" @click="gotoShare()">
                 <view class="meanLeft">
                     <image src="../../static/share.png" mode="" />

BIN
src/static/action0.png


BIN
src/static/action1.png


BIN
src/static/action2.png


BIN
src/static/action3.png


BIN
src/static/action4.png


BIN
src/static/action5.png


BIN
src/static/action6.png


BIN
src/static/action7.png


+ 0 - 0
src/static/actionRed.png → src/static/actionSerious.png


+ 0 - 0
src/static/actionYellow.png → src/static/actionWarn.png


BIN
src/static/down.png


BIN
src/static/home_ln.png


BIN
src/static/notice.png


BIN
src/static/radar.png