MrShi
2025-04-11 3a45da15c947c2d478a44a51bd0f926647b1b841
wx/pages/addition_subtraction_application/addition_subtraction_application.vue
@@ -146,6 +146,7 @@
                     this.maxDate = this.formatTimeStamp(e.value[0].endTime)
                  }
               }
               this.confirm2();
               this.show = false
            }
         },
@@ -169,6 +170,19 @@
               }
            })
         },
         confirm2(e) {
            this.$u.api.getChangeCountCyclePriceVO({
               applyId: this.id ,
               validTime: uni.$u.timeFormat(new Date(), 'yyyy-mm-dd') + ' 00:00:00'
            }).then(res => {
               if (res.code === 200) {
                  this.model.cyclePrice = res.data.cyclePrice
                  this.show1 = false
               } else {
                  this.model.startDate = ''
               }
            })
         },
         // 获取明天日期
         getTomorrow() {
            var today = new Date();