uni-app 【报Bug】unicloud-db 组件联表查询collectionList预处理在微信小程序中

uni-app 【报Bug】unicloud-db 组件联表查询collectionList预处理在微信小程序中 产品分类: uniCloud/App

操作步骤:

<unicloud-db ref="udb" v-slot:default="{data, pagination, loading, hasMore, error}" :collection="collectionList">  

collectionList: [ db.collection('zhsq-resident').getTemp(), db.collection('opendb-nation-china').getTemp() ],

预期结果:

展示数据结果

实际结果:

页面白屏,重新载入小程序时报错,stack exceed

bug描述:

collectionList: [ db.collection('zhsq-resident').getTemp(), db.collection('opendb-nation-china').getTemp() ],

更多关于uni-app 【报Bug】unicloud-db 组件联表查询collectionList预处理在微信小程序中的实战教程也可以访问 https://www.itying.com/category-93-b0.html

2 回复

更多关于uni-app 【报Bug】unicloud-db 组件联表查询collectionList预处理在微信小程序中的实战教程也可以访问 https://www.itying.com/category-93-b0.html


HBuilderX alpha 3.3.12+ 已修复

回到顶部