<!–index.wxml–>
<button open-type=“contact” bindcontact=“handleContact” style=“background-image:url(http://g.hiphotos.baidu.com/zhidao/pic/item/c83d70cf3bc79f3d6e7bf85db8a1cd11738b29c0.jpg);”>
</button>
/**index.wxss**/
page{
width: 100%;
height: 100%;
}
button{
width: 100%;
height: 100%;
background-size: 100% 100%;
}
.btn {
width: 100vw !important;
height: 100vh !important;
border: none !important;
border-radius: 0 !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-size:cover !important;
}
<button class=“btn” style=“background: url(’/test.jpg’)”></button>