Explorar o código

调整AI生成逻辑

zjs_project hai 1 ano
pai
achega
ba1008f8ee
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/mixins/commonPageMethod.js

+ 3 - 0
src/mixins/commonPageMethod.js

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