[fea]
[滑动出发动画展示]
This commit is contained in:
yangyakun
2024-09-26 16:21:49 +08:00
parent 04c1930199
commit 87aab03e36
13 changed files with 44 additions and 9 deletions

View File

@@ -33,6 +33,11 @@ class OchCustomViewProvider : IOchCustomViewProvider {
if(temp is FacadeProvider){
commonService = temp.commonService
}
}else{
val temp = ARouter.getInstance().build(FacadeConst.PASSENGER_PATH).navigation(context)
if(temp is FacadeProvider){
commonService = temp.commonService
}
}
}