RT.
在实际使用wx.openDocument过程中,会出现文件保存时文件名称做过hash处理,导致文件名是一串没有意义的字符串,但wx.openDocument打开文件时会把url最后的文件名拿来当navigationBarTitleText,对于用户来说很不友好。如图所示。
综上,wx.openDocument添加一个属性fileName: string用来设置显示的navigationBarTitleText就显得友好些。
余不一一。
RT.
在实际使用wx.openDocument过程中,会出现文件保存时文件名称做过hash处理,导致文件名是一串没有意义的字符串,但wx.openDocument打开文件时会把url最后的文件名拿来当navigationBarTitleText,对于用户来说很不友好。如图所示。
综上,wx.openDocument添加一个属性fileName: string用来设置显示的navigationBarTitleText就显得友好些。
余不一一。
1 个回答
赞同,今天遇到这种需求差点没气死,还以为微信应该会有这种参数,一查居然没有