陶杰
2024-12-18 210866e6342fe6b0beee90171e6373b880a1f7b9
pages/order/comment/order-comment.vue
@@ -511,6 +511,7 @@
                        }).catch(res => {
                           that.$message.hideLoading()
                           console.error(res)
                           that.$message.showToast('文件上传失败,请联系管理员')
                        })
                     }
                  }
@@ -549,6 +550,7 @@
                        }).catch(res => {
                           that.$message.hideLoading()
                           console.error(res)
                           that.$message.showToast('文件上传失败,请联系管理员')
                        })
                     }
                  }
@@ -673,7 +675,7 @@
                              匿名
                        </view>
                        <view  class="comment-content-div">
                           <u--textarea v-model="item.comment" placeholder="请输入内容"  count></u--textarea>
                           <u--textarea v-model="item.comment" placeholder="请输入内容"  count autoHeight  :height="150" ></u--textarea>
                        </view>
                        <view  class="comment-content-div">
                           <view class="component-button-upload" @click="uploadIcon(item,'image')"></view>