|
@@ -307,11 +307,11 @@
|
|
|
</view>
|
|
|
<view class="u-textarea-style">
|
|
|
<view class="right-bottom">
|
|
|
- {{auditMind.length}}/500个字
|
|
|
+ {{auditMind.length}}/1000个字
|
|
|
</view>
|
|
|
<!-- <u-input class="" v-model='auditMind' placeholder="请在此输入审核意见" type="textarea" height="414"
|
|
|
maxlength="100" /> -->
|
|
|
- <textarea maxlength="500" v-model='auditMind' placeholder="请在此输入审核意见" name="" id="" cols="30" rows="11"></textarea>
|
|
|
+ <textarea maxlength="1000" v-model='auditMind' placeholder="请在此输入审核意见" name="" id="" cols="30" rows="11"></textarea>
|
|
|
</view>
|
|
|
<view @click='close()' class="cancel">取消</view>
|
|
|
<view @click='passSubmit()' class="confirm">确定</view>
|