Merge pull request '取消console' (#109) from chenxuelian into dev

Reviewed-on: http://git.feashow.cn/feashow/pupil/pulls/109
This commit is contained in:
1171906056
2023-04-20 12:47:34 +00:00

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)