[微信小程序]video播放报错出现error [换个简单的问我吧!]

<video id="myVideo" src="https://youcankangfu.com/img/youkan/3c7fccf6b443a690a3f313ecaf2cb64d/承重1031.mp4" enable-danmu danmu-btn controls style='width:100%;' autoplay='true' bindended='playEnd' binderror='errorAlert'>

<cover-view class="ad_popError" wx:if="{{popErrorMsg}}">{{popErrorMsg}}   </cover-view>

</video>


ios播放视频会出现错误error MEDIA_ERR_NETWORK,而安卓能够正常播放,是视频的路径带中文的原因还是什么