在运行nodejs程序的时候报出以下的错误: 2017-11-20 17:44 +08:00: TypeError: Converting circular structure to JSON at Object.stringify (native) at stringify (/home/dev/backend/backcode/owner-backend/node_modules/express/lib/response.js:1075:12) at ServerResponse.json…
for developer: some selectors are not allowed in component wxss , including tag name selectors, id selectors, and attribute selectors 使用uni-app编译后报以上错误 出现情况:组件中的不可使用button,text,image等标签设置样式处理:修改成class样式 .avatar image { width:50upx; height:50upx; } 组件…