梁航:重新合并

This commit is contained in:
hot777zz
2023-11-18 21:28:01 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@
this.$refs.uForm.validate().then(res => {
console.log("提交表单信息:" + JSON.stringify(this.form))
uni.$u.toast('发布成功')
this.$api.publishRent(this.form).then(res => {
this.$api.publishInvestment(this.form).then(res => {
console.log(res);
})
}).catch(errors => {