Bläddra i källkod

绑定设备后,指示灯不能回显问题

wangming 1 dag sedan
förälder
incheckning
21ea103881

+ 1 - 1
src/pages/home/home.vue

@@ -98,7 +98,7 @@
             </movable-view>
         </movable-area> -->
 
-        <view class="bot_version"> v3.1.0</view>
+        <view class="bot_version"> v3.1.2</view>
         <view
             class="shareInfo"
             @click="goDeviceShare('sure')"

+ 4 - 0
src/pagesA/adDevice/adDevice.vue

@@ -589,6 +589,10 @@ export default {
             } else if (this.northAngle == 270) {
                 this.northAngleIndex = 3;
             }
+            if (this.northAngle == "" || this.northAngle == null) {
+                this.northAngleIndex = 0;
+                this.northAngle = 0;
+            }
             this.mountPlain = devInfo.mountPlain;
             if (this.northAngle == "Wall") {
                 this.mountPlainIndex = 0;

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

@@ -71,7 +71,7 @@
                 </template>
             </view>
 
-            <image
+            <!-- <image
                 class="redar-pic"
                 src="../../static/rander.png"
                 mode=""
@@ -80,7 +80,7 @@
                         devInfo.northAngle
                     }deg)`,
                 }"
-            />
+            /> -->
         </view>
 
         <view class="switchBox">

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

@@ -911,7 +911,7 @@ export default {
                 position: absolute;
                 overflow: hidden;
                 background-color: #fff;
-                border: 8rpx solid #333333;
+                border: 3rpx solid #333333;
                 background-image: url("https://hflnxx.oss-cn-shanghai.aliyuncs.com/IMAGE/20250919/toilet_bg.png");
                 background-repeat: no-repeat;
                 background-position: center;
@@ -936,7 +936,7 @@ export default {
                 position: absolute;
                 overflow: hidden;
                 background-color: #fff;
-                border: 9rpx solid #333333;
+                border: 3rpx solid #333333;
                 background-image: url("https://hflnxx.oss-cn-shanghai.aliyuncs.com/IMAGE/20250919/toilet_bg.png");
                 background-repeat: no-repeat;
                 background-position: center;