Skip to content
New issue

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

手机端图片回显问题 #36

Open
benxionghu opened this issue Nov 18, 2024 · 0 comments
Open

手机端图片回显问题 #36

benxionghu opened this issue Nov 18, 2024 · 0 comments

Comments

@benxionghu
Copy link

使用uniapp绘制的表单,图片上传的后出现图片上传成功 但是不回显的问题
我的配置如下:
上传地址:后端对应上传地址

onUploadSuccess:
return {
'name': file.name,
'url': result.content
}

出现的结果:上传成功后
image
图片点击后能正常展示

对应的ccss为:
image
显示我的图片为上传中,但是实际已经拿到了对应的地址

这个过程 如果我在接口上传的过程中,手动点击一下图片 则能正常展示 效果如下
QQ截图20241118084913

在这个过程中 我应该需要修改那些点

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant