@ -133,7 +133,8 @@
"van-action-sheet": "/wxcomponents/vant/action-sheet/index"
},
"componentPlaceholder": {
"u-modal": "view"
"u-modal": "view",
"uni-easyinput": "view"
}
@ -1,6 +1,6 @@
<template>
<view class="view-container">
<view class="box">
<view class="box wd-flex wd-flex-col" style="gap: 12px">
<view
class="wd-flex"
style="justify-content: space-between; align-items: center"
@ -14,8 +14,30 @@
<uni-easyinput
type="textarea"
v-model="form.advice"
placeholder="请输入内容"
placeholder="请输入..."
:maxlength="500"
:autoHeight="true"
:styles="{
backgroundColor: '#F9F9F9',
borderColor: '#F1F1F4'
}"
></uni-easyinput>
>
<view style="font-weight: bold">
<text style="color: #f8285a; margin-right: 4px">*</text>
上传证明
</view>
<u-upload
:fileList="fileList1"
@afterRead="afterRead"
@delete="deletePic"
multiple
:maxCount="10"
></u-upload>
<cs-bottom-wrapper>
@ -81,4 +103,7 @@ export default {
::v-deep .uni-easyinput__content-textarea {
min-height: 400rpx;
</style>