1***@qq.com
1***@qq.com
  • 发布:2020-12-22 17:08
  • 更新:2023-05-10 13:33
  • 阅读:2014

Error: Not Found:Page[2][-1,14] at view.umd.min.js:1

分类:uni-app
<u-tabs ref="uTabs" :list='list' height="30" :current='current' @change="change" font-size='12' :show-bar='false' active-color='#fbfbfa'/>  
                        <view class="f1 goods-window" style="padding-top:8px;">  
                            <swiper class="w-1 h-1" :current="current" @transition="transition" @animationfinish="animationfinish">  
                                <swiper-item class="h-1 w-1" v-for="(item, index) in list" :key="index">  
                                    <scroll-view scroll-y class="goods-scroll h-1 w-1">  
                                        <goods />  
                                    </scroll-view>  
                                </swiper-item>  
                            </swiper>  
                        </view>

这串代码在安卓模拟器显示不出来,宽高都有,这个swiper-item里面写什么都显示不出来,控制台还报错:Error: Not Found:Page[2][-1,14] at view.umd.min.js:1,网页是没有问题的,这是怎么回事呀

2020-12-22 17:08 负责人:无 分享
已邀请:
g***@live.cn

g***@live.cn

一年多了,竟然没人回复 醉醉的

4***@qq.com

4***@qq.com

同样使用了swiper-item,但是有些页面会出现这个问题,有些页面没问题,orz

要回复问题请先登录注册