We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用uniapp绘制的表单,图片上传的后出现图片上传成功 但是不回显的问题 我的配置如下: 上传地址:后端对应上传地址
onUploadSuccess: return { 'name': file.name, 'url': result.content }
出现的结果:上传成功后 图片点击后能正常展示
对应的ccss为: 显示我的图片为上传中,但是实际已经拿到了对应的地址
这个过程 如果我在接口上传的过程中,手动点击一下图片 则能正常展示 效果如下
在这个过程中 我应该需要修改那些点
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用uniapp绘制的表单,图片上传的后出现图片上传成功 但是不回显的问题
我的配置如下:
上传地址:后端对应上传地址
onUploadSuccess:
return {
'name': file.name,
'url': result.content
}
出现的结果:上传成功后
图片点击后能正常展示
对应的ccss为:
显示我的图片为上传中,但是实际已经拿到了对应的地址
这个过程 如果我在接口上传的过程中,手动点击一下图片 则能正常展示 效果如下
在这个过程中 我应该需要修改那些点
The text was updated successfully, but these errors were encountered: