Browse Source

上传

master
前端-胡立永 4 months ago
parent
commit
3d941aa9c5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      pages_order/post/addPost.vue

+ 2
- 0
pages_order/post/addPost.vue View File

@ -235,6 +235,8 @@
return return
} }
this.form.image = this.fileList.map((item) => item.url).join(",")
this.$api('publishPost', this.form, res => { this.$api('publishPost', this.form, res => {
if(res.code == 200){ if(res.code == 200){
uni.showToast({ uni.showToast({


Loading…
Cancel
Save