Commit 306d9ba0 authored by zhengke's avatar zhengke

修改

parent 7bd46817
......@@ -83,7 +83,6 @@
getList() {
this.apipost("/api/Miai/GetBaseInfoPageList", this.msg, res => {
if (res.data.resultCode == 1) {
console.log(res,'人物数据');
this.total = res.data.data.count;
var tempArray = res.data.data.pageData;
if (tempArray && tempArray.length > 0) {
......
......@@ -626,11 +626,11 @@
name: element.Name,
Photo: element.Photo,
SexStr: element.SexStr,
Age: element.Age?element.Age:'',
Age: element.Age?element.Age:0,
Education: element.EducationType,
Marriage: element.Marriage,
MatchingRate: element.MatchingRate?element.MatchingRate:'',
Score: element.Score?element.Score:'',
MatchingRate: element.MatchingRate?element.MatchingRate:0,
Score: element.Score?element.Score:0,
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