@@ -91,6 +91,9 @@ export default {
}
this.pvCloseHandle()
} else { // 进入页面
+ if(this.starRender && typeof(this.starRender)==='function'){
+ this.starRender();//开始webgl的渲染
+ }
this.pvShowHandle()
},