- wx-open-launch-weapp在ios16真机提示script.error且不渲染标签?
如题wx-open-launch-weapp在ios16真机提示script.error且不渲染标签,ios<16 和 Android真机上都正常。 <span> <wx-open-launch-weapp id='launch-btn' username={originId} path={`${path}?${decodeURIComponent(query)}`} > <script type='text/wxtag-template'> <div className='openBtn' style={{ width: '315px', height: '45px', background: '#BF1B3E', borderRadius: '30px', display: 'flex', alignItems: 'center', justifyContent: 'center', color: '#fff', marginTop: '16px', fontSize: '15px', }} > 点击前往 </div> </script> </wx-open-launch-weapp> </span>
2022-09-29 - 工具上 ScrollViewContext.scrollTo 不生效
相关的 API 文档:https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/ScrollViewContext.scrollTo.html
2022-04-28