bolingsun

Results 3 comments of bolingsun

原生的sequelize中,使用一对多关联后,会自动添加外键。但是,egg-sequelize中,并不能。官方exmaple /sequelize 中的示例,跑起来也是这样的。

this reason is node vesion too low probably! RN 0.66 metro/src/Server.js is like this (line 350) : processRequest = (req, res, next) => { this._processRequest(req, res, next).catch(next); }; but RN0.64...

{ bannerList.length ? this.renderBanner(bannerList) : undefined } if fetching online data to fill swiper elements, the render must after the got the data so if render the Swiper, need make...