请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

avatar图片不显示

微信开发者console报以下错误:

[渲染层网络层错误] Failed to load local image resource /pages/profile/localhost:9000/file/ade04590-9598-4286-93d8-1bbd347cefc5.jpeg
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
(env: Windows,mp,1.06.2307260; lib: 2.25.4)

postman中输入
localhost:9000/file/ade04590-9598-4286-93d8-1bbd347cefc5.jpeg
成功显示图片

现在该怎么调?

正在回答 回答被采纳积分+3

1回答

coder_monkey 2024-08-01 11:33:53

工具设置里勾选上不校验合法域名

0 回复 有任何疑惑可以回复我~
  • 提问者 慕码人1499 #1
    是的,在详情---本地设置里面已经选择了不校验合法域名,还是出错
    回复 有任何疑惑可以回复我~ 2024-08-01 12:03:06
  • coder_monkey 回复 提问者 慕码人1499 #2
    把你的代码贴一下
    回复 有任何疑惑可以回复我~ 2024-08-01 14:35:02
  • 提问者 慕码人1499 回复 coder_monkey #3
    回复 coder_monkey:<template>
    	<view class="profile-box">
    		<view class="profile-top">
    			<view class="profile-user">
    				<image
    					class="user-avatar"
    					:src="app.globalData.userInfo.avatar"
    					mode="widthFix"
    					@tap="handleModifyAvatar"
    				></image>
    				<view class="user-nickname">
    					{{ app.globalData.userInfo.name }}
    				</view>
    			</view>
    		</view>
    	</view>
    </template>
    回复 有任何疑惑可以回复我~ 2024-08-02 10:55:58
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信