- Converting circular structure to JSON?
使用self.setData() 报错 Converting circular structure to JSON,有的页面是好的,有的报错 wxml <picker class="screenPicker" b <picker class="screenPicker" bindchange="regionChange" value="{{regionIndex}}" mode="selector" range-key="value" range="{{regionList}}"> <view class="picker"> <view class="storeName">{{regionList[regionIndex].value}}</view> <image mode="widthFix" class="xImage" src="../../static/image/x.png"></image> </view> js regionChange(event) regionChange(event){ let self = this debugger console.log(event.detail.value,self.data.regionList) self.setData() } [图片]
2022-06-30 - navigateToMiniProgram跳转小程序子包,跳转成功却是首页?
wx.navigateToMiniPro wx.navigateToMiniProgram({ appId:"*****", path:"/sng/einvoice/pages/index/index?"+pathParams, envVersion: 'trial', success(res){ console.log(res); console.log("跳转成功。。。"); }, fail: function(err){ console.log(err); } }) 跳转成功了,显示的是主包的首页,跳转不到配置的路径
2022-06-09 - wx.navigateTo报错
[图片][图片] 点击跳转后,页面是跳转了,但是还没有打开到goods页面,就已经报错,wxml没加载,js也没加载
2022-04-07