Commit a5f9fdcf by 朱建香

修改蒙层颜色

云端绑定失败后,隐藏loading
parent 3e9d3cdc
......@@ -244,10 +244,7 @@ function deviceBind(self, lockId, relId, auid){
// if (window.iotDebug) {
// iotDebug.upload(iot,'云端绑定失败');
// }
uComponents.openAlert(self, Vue.t('addDevice.bindFailure'), {
text: Vue.t('dialog.confirm'), callback: function () {
}
});
scanCodeFailue(self);
},
complete: () => {}
});
......
......@@ -312,6 +312,7 @@ function unbind(self){
},
error: (error) => {
console.log(error);
uPublic.openRequestErrorAlert(self);
self.setStateShowFlag(false);
self.setShowMsg(Vue.t('doorlockManage.unbindFailue'));
self.setUnbindSucceess(false);
......
......@@ -228,7 +228,7 @@
.unbindState-dialog();
.guide-dialog{
.mask(1051,@CUSTOM-BACKDROP-BG);
.mask();
.guideStep1{
position: absolute;
top: 44px;
......
......@@ -937,7 +937,7 @@ p {
width: 100%;
height: 100%;
z-index: 1051;
background-color: rgba(36, 38, 53, 0.8);
background-color: rgba(0, 0, 0, 0.9);
}
.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