答案 0 :(得分:1)
您可以使用Horzontal LinearLayout和TextView代替复选框
models.People.update({OwnerId: peopleInfo.newuser},
{where: {id: peopleInfo.scenario.id}})
.then(function (result) {
models.People.findById(peopleInfo.scenario.id)
.then(function(user){
response(user).code(200);
}).catch(function (err) {
request.server.log(['error'], err.stack);
).code(200);
});
}).catch(function (err) {
request.server.log(['error'], err.stack);
).code(200);
});