|
@@ -138,6 +138,9 @@
|
|
|
if (res.data && res.data.ghs && !this.$util.isEmpty(res.data.ghs)){
|
|
if (res.data && res.data.ghs && !this.$util.isEmpty(res.data.ghs)){
|
|
|
that.ghsInfo = res.data.ghs
|
|
that.ghsInfo = res.data.ghs
|
|
|
that.customInfo = res.data.custom?res.data.custom:[]
|
|
that.customInfo = res.data.custom?res.data.custom:[]
|
|
|
|
|
+ if(that.customInfo.remainDebtAmount && Number(that.customInfo.remainDebtAmount)>0){
|
|
|
|
|
+ that.amount = parseFloat(that.customInfo.remainDebtAmount)
|
|
|
|
|
+ }
|
|
|
that.imgUrl = res.data.imgUrl ? res.data.imgUrl : ''
|
|
that.imgUrl = res.data.imgUrl ? res.data.imgUrl : ''
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|