陶杰
2025-01-13 efa9bfe98ba906e4c9b8f49c89f5da162a46bb0f
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>