Browse Source

修改字段

xiaohaizhao 2 months ago
parent
commit
b25c0aa9ac
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)