梁航:重新合并
This commit is contained in:
@@ -234,7 +234,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.publishAddress(this.form).then(res => {
|
||||
console.log(res);
|
||||
})
|
||||
}).catch(errors => {
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user