6075设备控制页
This commit is contained in:
@ -147,7 +147,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="arrowContent marginTop10">
|
<view class="arrowContent marginTop10">
|
||||||
<view class="modeSetting">
|
<view class="modeSetting">
|
||||||
|
|
||||||
<view class="arrow" @click.stop="ArrowSet('red_all')"
|
<view class="arrow" @click.stop="ArrowSet('red_all')"
|
||||||
:class="formData.sta_ArrowType=='red_all'?'active':''">
|
:class="formData.sta_ArrowType=='red_all'?'active':''">
|
||||||
<view class="outCircle">
|
<view class="outCircle">
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -297,11 +297,8 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
lastBrightnessTime: 0,
|
|
||||||
isCardSliding: false,
|
isCardSliding: false,
|
||||||
cardRect: null,
|
cardRect: null,
|
||||||
touchStartX: 0,
|
|
||||||
touchStartY: 0,
|
|
||||||
pageLoading: true,
|
pageLoading: true,
|
||||||
navBarHeight: 70 + uni.getSystemInfoSync().statusBarHeight,
|
navBarHeight: 70 + uni.getSystemInfoSync().statusBarHeight,
|
||||||
navTitle: "",
|
navTitle: "",
|
||||||
@ -338,7 +335,6 @@
|
|||||||
isLaserOn: false,
|
isLaserOn: false,
|
||||||
isSending: false,
|
isSending: false,
|
||||||
isProcessing: false,
|
isProcessing: false,
|
||||||
isLoading: false, // 主加载状态
|
|
||||||
isPolling: false // 轮询状态
|
isPolling: false // 轮询状态
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -557,7 +553,6 @@
|
|||||||
};
|
};
|
||||||
lightModeSettings(data).then((res) => {
|
lightModeSettings(data).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
// 只有确认成功才更新实际模式,选中模式
|
|
||||||
this.currentMainMode = this.pendingMainMode;
|
this.currentMainMode = this.pendingMainMode;
|
||||||
this.selectedItemIndex = selectedItem;
|
this.selectedItemIndex = selectedItem;
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
@ -566,15 +561,11 @@
|
|||||||
})
|
})
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
this.lightModeA = false;
|
this.lightModeA = false;
|
||||||
//this.isProcessing = false
|
|
||||||
//loadingShown = false
|
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
//this.isProcessing = false
|
|
||||||
//loadingShown = false
|
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
BIN
static/images/6075/cq.png
Normal file
BIN
static/images/6075/cq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1013 B |
BIN
static/images/6075/fg.png
Normal file
BIN
static/images/6075/fg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 874 B |
BIN
static/images/6075/gz.png
Normal file
BIN
static/images/6075/gz.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 586 B |
BIN
static/images/6075/jn.png
Normal file
BIN
static/images/6075/jn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 616 B |
BIN
static/images/6075/jsg.png
Normal file
BIN
static/images/6075/jsg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 997 B |
BIN
static/images/6075/sos.png
Normal file
BIN
static/images/6075/sos.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 745 B |
Reference in New Issue
Block a user