|
|
|
@ -48,7 +48,7 @@ class EnterpriseInformationAdapter : BaseAdapter<EnterpriseInfoHomeBean>(R.layou
|
|
|
|
|
1->{
|
|
|
|
|
|
|
|
|
|
if (!TextUtils.isEmpty(bean.fileUrl)){
|
|
|
|
|
filePath = FileDownloadUtils.getDefaultSaveRootPath() + File.separator + "zj365" + File.separator + "${bean.title}.word"
|
|
|
|
|
filePath = FileDownloadUtils.getDefaultSaveRootPath() + File.separator + "zj365" + File.separator + "${bean.title}.doc"
|
|
|
|
|
var file = File(filePath)
|
|
|
|
|
if (file.exists()){
|
|
|
|
|
file.delete()
|
|
|
|
@ -124,6 +124,8 @@ class EnterpriseInformationAdapter : BaseAdapter<EnterpriseInfoHomeBean>(R.layou
|
|
|
|
|
"web_site_url",
|
|
|
|
|
"${bean.fileUrl}"
|
|
|
|
|
)
|
|
|
|
|
bundle.putBoolean("isShowTitle",true)
|
|
|
|
|
bundle.putString("title",bean.title)
|
|
|
|
|
RouteManager.goAct(ARouterUrl.H5_ACT,bundle)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|