提交 ad9fb874 authored 作者: 彭涛's avatar 彭涛

三期项目搭建

上级 26b26452
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
}, },
//选择合同结束时间 //选择合同结束时间
bindDeadlineChange(e) { bindDeadlineChange(e) {
if(this.contractStartTime&&this.contractEndTime) { if (this.contractStartTime && this.contractEndTime) {
this.deadline = e.detail.value + '/12/31' this.deadline = e.detail.value + '/12/31'
} else { } else {
uni.showToast({ uni.showToast({
...@@ -371,6 +371,7 @@ ...@@ -371,6 +371,7 @@
shareRatio: this.shareRatio, shareRatio: this.shareRatio,
contractStartTime: this.contractStartTime, contractStartTime: this.contractStartTime,
contractEndTime: this.contractEndTime, contractEndTime: this.contractEndTime,
fixedSpreadTime: this.deadline,
electricId: this.electricId electricId: this.electricId
} }
get(api.previewContract, params).then(res => { get(api.previewContract, params).then(res => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论