|
|
@@ -103,8 +103,7 @@ export default {
|
|
|
info:[],
|
|
|
hasRequestApi:false,
|
|
|
needCheck:0,
|
|
|
- aliPayCodeImg:'',
|
|
|
- hasRenew:0
|
|
|
+ aliPayCodeImg:''
|
|
|
};
|
|
|
},
|
|
|
onLoad (options) {
|
|
|
@@ -168,7 +167,6 @@ export default {
|
|
|
this.getPayType = res.data.getPayType
|
|
|
that.hasDebtPay = res.data.hasDebtPay
|
|
|
that.balance = res.data.balance
|
|
|
- that.hasRenew = res.data.hasRenew ? res.data.hasRenew : 0
|
|
|
this.info = res.data
|
|
|
that.remainPayTime = res.data.remainPayTime
|
|
|
if(that.remainPayTime > 0){
|