Former-commit-id: 0c9a5358f9712ec8baf479eab0938cf2634ee25b
TangShanKaiPing
wanggang 6 years ago
parent ac7450c3c3
commit 2a03743f95

@ -2,7 +2,7 @@
HideBread = true;
}
<br />
<div id="template" class="overlay-wrapper">
<div id="template">
<style>
h3 img {
height: 32px;
@ -137,9 +137,6 @@
margin-bottom: 20px;
}
</style>
<div class="overlay">
<i class="fas fa-2x fa-sync-alt"></i>
</div>
<template v-if="model">
<div class="row">
<!--场景-->
@ -148,7 +145,7 @@
<div class="card-header">
<h3 class="card-title"><img src="/images/batch.png" />{{model.Name}}</h3>
</div>
<div class="card-body">
<div class="card-body" v-if="model.Scenes.length>0">
<button class="btn btn-success margin ajax Scene" v-for="scene in model.Scenes" :data-scene-id="scene.Id">{{scene.Name}}</button>
</div>
</div>

Binary file not shown.

@ -318,13 +318,11 @@ function init() {
}
this.$f7ready((f7) => {
app = this.$f7;
app.preloader.show();
});
}
connect();
this.$nextTick(function () {
UpdateCamera();
app.preloader.hide();
});
},
methods: {

Binary file not shown.
Loading…
Cancel
Save