微信内网页跳转app,安卓手机空白
链接
mtest.dianzhijia.com
<wx-open-launch-app
@error="handleError"
@launch="handleLaunch"
appid="wxf22023ea1a5e782e"
style="width: 100px; height: 100px;background: red"
id="launch-btn"
>
<script type="text/wxtag-template">
<style>
.btn {
padding: 12px;
}
.download {
color: #ffffff;
background: #2b303c;
width:100%;
height:100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
border-radius: 2px;
}
</style>
<button class="download btn" style="height:50px;width:100%;border:none;">App1内查看</button>
</script>
</wx-open-launch-app>