小程序的背景图不能像css那样用
在小程序wxss中背景图不支持这种写法,要不换成https这种,要不换成base64
background: url('../../assets/images/bg@2x.png') no-repeat center center;
在小程序wxss中背景图不支持这种写法,要不换成https这种,要不换成base64
background: url('../../assets/images/bg@2x.png') no-repeat center center;