收藏
回答

某些机型wx-open-launch-weapp不显示?

手机型号:iPhone 7

ios版本:11.2.2

微信版本:7.0.15

小程序appid:wxe8b3f777fadaed13

打开小程序的vue代码:

 <section class="cloud-photograph">
        <wx-open-launch-weapp
                id="launch-btn"
                username="gh_b4d425f45404"
                path="pages/index/index.html?areaName=234&areaType=1&id=342dfsdf323234234"
        >
            <script type="text/wxtag-template">
                <style>
                    .btn {
                        width: 200px;
                        padding: 10px 0;
                        border: none;
                        border-radius: 999px;
                        background: #1989fa;
                        font-size: 16px;
                        color: #fff;
                    }
                </style>
                <button class="btn">云合影</button>
            </script>
        </wx-open-launch-weapp>

</section>


回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员--许涛
    社区技术运营专员--许涛
    2020-09-23

    你好,请提供复现的链接

    2020-09-23
    有用
    回复 1
    • 农夫
      农夫
      2020-09-25
      您好是这样的  我现在找到问题了 我们用vue开发的然后在页面加载完成后回执行一次wx.config方法  但是到了这个页面后就不起作用了,我就按照文档上说的每个页面都需要执行一次wx.config,但是还是不行  一旦前面执行过wx.config 在这个页面就不行 ,刷新了就好使了
      2020-09-25
      回复
登录 后发表内容
问题标签