|
@@ -160,10 +160,9 @@
|
|
|
if (response.ret === "10000") {
|
|
|
var t = response.model.list;
|
|
|
that.gender = t[0].userSex; // 左侧是vue页面内的变量名字, 右侧是后台数据里的变量名称
|
|
|
- that.dormDistrict = t[0].dormDistrict;
|
|
|
+ that.dormDistrict = t[0].dormDistrict; //TODO: 这个方法没有生效
|
|
|
that.reviewDo = t[0];
|
|
|
} else {
|
|
|
-
|
|
|
Toast.fail("获取失败,请检查网络");
|
|
|
}
|
|
|
}, [{}]);
|