소스 검색

调整AI生成逻辑

zjs_project 1 년 전
부모
커밋
ba1008f8ee
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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()
 			}
 		},