取消console

This commit is contained in:
”chenxuelian“
2023-04-20 20:46:18 +08:00
parent 0b8b80a74b
commit 05c44c81a9

View File

@@ -417,10 +417,8 @@
pub_time: null, pub_time: null,
...this.needsPublishForm ...this.needsPublishForm
} }
console.log(data)
apiService.submitIdeasAndNeeds(data).then(res => { apiService.submitIdeasAndNeeds(data).then(res => {
this.$toast.success('提交成功') this.$toast.success('提交成功')
console.log('esf=', res);
if (this.needsPublishForm.id) { if (this.needsPublishForm.id) {
uni.navigateTo({ uni.navigateTo({
url: '../../packageMy/myRelease/myRelease?index=' + (this.tabCurrent + 1) url: '../../packageMy/myRelease/myRelease?index=' + (this.tabCurrent + 1)