Browse Source

Merge branch 'master' into 红色

xiaohaizhao 2 months ago
parent
commit
df3b367ae9
1 changed files with 3 additions and 2 deletions
  1. 3 2
      packageA/orderForm/detail.js

+ 3 - 2
packageA/orderForm/detail.js

@@ -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)