dunkong
dunkong
**问题描述** 如题,安卓端app在连续多次使用 uni.getImageInfo 获取图片的本地路径,会出现路径为重复的,查看源码发现临时路径由 TEMP_PATH 组成,建议组成临时路径时加入随机数,避免路径重复 **期望表现** ``` import { TEMP_PATH } from '../constants' export const getImageInfo = warpPlusMethod('io', 'getImageInfo', options => { options.savePath = options.filename = TEMP_PATH +随机数+ '/download/'...
Thanks to the author for providing this good project, which solved a big problem for me, but I couldn't get the post data during the use process, and there was...
### Affected version 0.16.0 ### No same issues found - [X] Yes, I search all issues but not found. ### Bug type JavaScript ### Which frontend framework you are using....