小程序
小游戏
企业微信
微信支付
扫描小程序码分享
系统突然出现这个问题,紧接着所有点击事件出错,这是什么问题。而且最近很频繁出现
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
嗯 解决了 发现代码 进入页面的动作运行了两次,就出现问题了。如果你有问题,建议好好检查下代码吧
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
请问您这个问题现在解决了吗?
进入一个特定页面 就会出现这个问题 但是没有查出这个页面有什么问题啊
navigateTo with an already exist webviewId 66
我也没有webview页啊
<swiper autoplay="auto" interval="5000" duration="500" current="{{swiperCurrent}}" bindchange="swiperChange" class="swiper">
<block wx:for="{{slider}}" wx:key="unique">
<swiper-item>
<image src="{{item.ImgPath}}" class="slide-image" data-urls='{{item.UrlPath}}'></image>
</swiper-item>
</block>
</swiper>
swiperChange: function (e) {
console.log(e)
this.setData({
swiperCurrent: e.detail.current
})
},
这是报错的swiperChange事件,在切换页面的时候出现这个问题
WAService.js:13 navigateTo with an already exist webviewId 50
WAService.js:13 navigateBack with an unexist webviewId 49
WAService.js:13 navigateBack with an unexist webviewId 48
WAService.js:13 OnWebviewEvent: swiperChange, WebviewId: 47 not found
最先出现的报错
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
嗯 解决了 发现代码 进入页面的动作运行了两次,就出现问题了。如果你有问题,建议好好检查下代码吧
请问您这个问题现在解决了吗?
进入一个特定页面 就会出现这个问题 但是没有查出这个页面有什么问题啊
navigateTo with an already exist webviewId 66
我也没有webview页啊
<swiper autoplay="auto" interval="5000" duration="500" current="{{swiperCurrent}}" bindchange="swiperChange" class="swiper">
<block wx:for="{{slider}}" wx:key="unique">
<swiper-item>
<image src="{{item.ImgPath}}" class="slide-image" data-urls='{{item.UrlPath}}'></image>
</swiper-item>
</block>
</swiper>
swiperChange: function (e) {
console.log(e)
this.setData({
swiperCurrent: e.detail.current
})
},
这是报错的swiperChange事件,在切换页面的时候出现这个问题
WAService.js:13 navigateTo with an already exist webviewId 50
WAService.js:13 navigateBack with an unexist webviewId 49
WAService.js:13 navigateBack with an unexist webviewId 48
WAService.js:13 OnWebviewEvent: swiperChange, WebviewId: 47 not found
最先出现的报错