<wx-open-subscribe
:template="templateId1"
@success="(e) => handleSubscribeSuccess(e, 1)"
@error="(e) => handleSubscribeError(e, 1)"
>
<script type="text/wxtag-template">
<style>
.sub-btn {
padding: 12px 30px;
background: #07c160;
color: #fff;
border-radius: 6px;
border: none;
font-size: 15px;
margin: 0 10px;
cursor: pointer;
}
</style>
<button class="sub-btn" id="subscribeBtn1">开启评审待确认通知</button>
</script>
</wx-open-subscribe>

不支持在页面加载时触发弹窗的,因为这个能力就是需要用户主动订阅的:https://developers.weixin.qq.com/doc/service/guide/product/subscription_messages/intro.html