2022/7/27早上开始wx-open-subscribe安卓点不了了
<!-- 消息订阅 --> <div class="submit-btn"> <app-button width="8rem" class="pb-4" :disabled="!isActive" text="提交申请" @click="checkApplyInfo" /> <wx-open-subscribe v-show="canReceiveMsg" class="msg-btn" @success="msgSuccess" @error="msgFail" :template="msgTemplateId"> <script type="text/wxtag-template"> <style> .btn{ width: 100%; height: 100px; } </style> <div class="btn"></div> </script> </wx-open-subscribe> </div>