Commit 306d9ba0 authored by zhengke's avatar zhengke

修改

parent 7bd46817
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
getList() { getList() {
this.apipost("/api/Miai/GetBaseInfoPageList", this.msg, res => { this.apipost("/api/Miai/GetBaseInfoPageList", this.msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res,'人物数据');
this.total = res.data.data.count; this.total = res.data.data.count;
var tempArray = res.data.data.pageData; var tempArray = res.data.data.pageData;
if (tempArray && tempArray.length > 0) { if (tempArray && tempArray.length > 0) {
......
...@@ -626,11 +626,11 @@ ...@@ -626,11 +626,11 @@
name: element.Name, name: element.Name,
Photo: element.Photo, Photo: element.Photo,
SexStr: element.SexStr, SexStr: element.SexStr,
Age: element.Age?element.Age:'', Age: element.Age?element.Age:0,
Education: element.EducationType, Education: element.EducationType,
Marriage: element.Marriage, Marriage: element.Marriage,
MatchingRate: element.MatchingRate?element.MatchingRate:'', MatchingRate: element.MatchingRate?element.MatchingRate:0,
Score: element.Score?element.Score:'', Score: element.Score?element.Score:0,
Album: element.Album?element.Album:'' Album: element.Album?element.Album:''
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment