map组件,展示出错

发布于 5 年前作者 myu15348 次浏览最后编辑 5 年前来自 issues

            <cover-view slot=“callout”>

                <cover-view class=“makerWrapper” :class=“{homeMaker:(item.markerType==1000)}” :key=“item.id

                    :marker-id=“item.id” v-for=“(item,index) in markers”>

                    <cover-view>

                        {{item.title}}

                    </cover-view>

                </cover-view>

            </cover-view>

宽度不设置的话,会取最长的,

真机测试结果:

模拟器测试结果:

2 回复
achang
achang1 楼4 年前

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

xiayao
xiayao2 楼7 个月前

你好,麻烦提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。