@@ -25,7 +25,7 @@ Page({
}],
saletypeList: null,
showMYModel: false,
- reminddays: 7,
+ reminddays: 0,
},
onLoad(options) {
this.setData({
@@ -102,7 +102,8 @@ Page({
detail: res.data,
loading: false,
defaultamount: CNY(res.data.defaultamount),
- account
+ account,
+ reminddays: res.data.contract_reminddays || 7
});
if (init) {
this.partialRenewal(true)