uni-app schema2code自动生成的bug

uni-app schema2code自动生成的bug

4 回复

贴生成后的代码,实际应该是怎样的

更多关于uni-app schema2code自动生成的bug的实战教程也可以访问 https://www.itying.com/category-93-b0.html


现在又变了,有的字段根本显示不出来,只好改成以前的: collectionList: [ db.collection(‘s-exam’).getTemp(), db.collection(‘s-dicts’).getTemp(), db.collection(‘s-subject’).getTemp(), db.collection(‘s-school’).getTemp() ], 将上面的改成下面的,就可以正常显示了 collection: “s-exam,s-dicts,s-subject,s-school”,

改之后的样子

有时候有些字段不显示:

回到顶部