Merge pull request '取消console' (#109) from chenxuelian into dev
Reviewed-on: http://git.feashow.cn/feashow/pupil/pulls/109
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user