Commit a5f9fdcf by 朱建香

修改蒙层颜色

云端绑定失败后,隐藏loading
parent 3e9d3cdc
...@@ -244,10 +244,7 @@ function deviceBind(self, lockId, relId, auid){ ...@@ -244,10 +244,7 @@ function deviceBind(self, lockId, relId, auid){
// if (window.iotDebug) { // if (window.iotDebug) {
// iotDebug.upload(iot,'云端绑定失败'); // iotDebug.upload(iot,'云端绑定失败');
// } // }
uComponents.openAlert(self, Vue.t('addDevice.bindFailure'), { scanCodeFailue(self);
text: Vue.t('dialog.confirm'), callback: function () {
}
});
}, },
complete: () => {} complete: () => {}
}); });
......
...@@ -312,6 +312,7 @@ function unbind(self){ ...@@ -312,6 +312,7 @@ function unbind(self){
}, },
error: (error) => { error: (error) => {
console.log(error); console.log(error);
uPublic.openRequestErrorAlert(self);
self.setStateShowFlag(false); self.setStateShowFlag(false);
self.setShowMsg(Vue.t('doorlockManage.unbindFailue')); self.setShowMsg(Vue.t('doorlockManage.unbindFailue'));
self.setUnbindSucceess(false); self.setUnbindSucceess(false);
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
.unbindState-dialog(); .unbindState-dialog();
.guide-dialog{ .guide-dialog{
.mask(1051,@CUSTOM-BACKDROP-BG); .mask();
.guideStep1{ .guideStep1{
position: absolute; position: absolute;
top: 44px; top: 44px;
......
...@@ -937,7 +937,7 @@ p { ...@@ -937,7 +937,7 @@ p {
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 1051; z-index: 1051;
background-color: rgba(36, 38, 53, 0.8); background-color: rgba(0, 0, 0, 0.9);
} }
.guide-dialog .guideStep1 { .guide-dialog .guideStep1 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment