<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() ],

光帆
- 发布:2022-01-19 16:05
- 更新:2022-02-23 11:45
- 阅读:520
产品分类: uniCloud/App
操作步骤:
预期结果:
展示数据结果
展示数据结果
实际结果:
页面白屏,重新载入小程序时报错,stack exceed
页面白屏,重新载入小程序时报错,stack exceed
bug描述:
collectionList: [ db.collection('zhsq-resident').getTemp(), db.collection('opendb-nation-china').getTemp() ],
unicloud-db 组件联表查询collectionList预处理代码,在微信小程序中不生效
