收藏
回答

wx-open-launch-weapp 在Swiper 下无法滑动问题?

Swiper 下使用wx-open-launch-weapp 可以跳转小程序 不能滑动切换banner


                <div class="swiper-container">

                    <div class="swiper-wrapper">

                        <div class="swiper-slide" v-for="(item,index) in bannerList" :key="index" >

                                <wx-open-launch-weapp v-else-if="isWeiXin" class="wx-open-launch-weapp" id="launch-btn" username="XXXX" path="XXXXXX">

                                    <script type="text/wxtag-template">

                                        <style>.btn{display: block;width: 750px;height: 300px;}</style>

                                        <button class="btn test-btn">前往任务小程序</button>

                                    </script>

                                </wx-open-launch-weapp>

                        </div>

                    </div>

                </div>


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

1 个回答

  • 柠檬精
    柠檬精
    2022-06-17

    请问楼主解决了吗?我也遇到这个问题了

    2022-06-17
    有用
    回复
登录 后发表内容