The height of the background can be determined, but the width of the background is determined based on the width of the displayed data;
How can weex achieve this effect without background-image?
伊谢尔伦2017-06-22 11:55:32
You can use the image
tag instead. Another way is to customize the container.
巴扎黑2017-06-22 11:55:32
When the src of img is empty, the background image address is used as the default path. :src="url||defaultUrl"