注释
This commit is contained in:
parent
f31f048846
commit
12b4599e39
@ -85,8 +85,3 @@
|
||||
"not ie <= 8"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -168,7 +168,6 @@ export function Jl3ddeviceNew(dom,group,token) {
|
||||
scope.modelmanager.switchmodel.normalPosition = "0";
|
||||
scope.showmodel = scope.modelmanager.switchmodel.mesh;
|
||||
// scope.scene.add(scope.showmodel);
|
||||
console.log(data.normalPosition);
|
||||
if (data.normalPosition == "0") {
|
||||
scope.modelmanager.switchmodel.normalPosition = "0";
|
||||
scope.modelmanager.switchmodel.action.reset();
|
||||
@ -203,7 +202,6 @@ export function Jl3ddeviceNew(dom,group,token) {
|
||||
}
|
||||
|
||||
this.updateaction = function (data) {
|
||||
console.log(data);
|
||||
if (data.type == "SWITCH") {
|
||||
if (data.normal == "0") {
|
||||
scope.modelmanager.switchmodel.normalPosition = "0";
|
||||
@ -273,7 +271,6 @@ export function Jl3ddeviceNew(dom,group,token) {
|
||||
}
|
||||
|
||||
function initstatus(data) {
|
||||
console.log(data);
|
||||
if (data._type == "Switch") {
|
||||
if (data.normalPosition == "0") {
|
||||
scope.modelmanager.switchmodel.normalPosition = "0";
|
||||
|
Loading…
Reference in New Issue
Block a user