.center_box {
height: 666rpx;
text-align: center;
padding-top: 63rpx;
padding-left: 16rpx;
background-image: url(https:/***.com/waikuangA.png');
background-repeat: no-repeat;
background-size: 100% 100%;
box-sizing: border-box;
animation:changeImg .5s infinite;
-webkit-animation:changeImg .5s infinite;
}
@keyframes changeImg {
from {
background-image: url('https:/***.com/waikuangA.png');
}
to {
background-image: url('https://***.com/waikuangB.png');
}
}
我也有这个问题啊 在真机上 跳转 返回 背景图就不见了 用的是网络地址
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
建议使用createAnimation