代码如下:
<textarea maxlength='70' value="{{customerInfo.selfIntroduction}}" class="weui-textarea" placeholder="请填写个人介绍" bindinput="selfIntroductionInp" style="height: 3.3em" bindblur="commitSelfIntroduction"/>
本人和好几个同事使用苹果手机,oppo手机,vivo都试过,只有测试同事的华为手机出现一下情况:
提供一下复现手机的资料
右下角的字符限制是自己写的吗?根据这个来判断字符个数超出了吗?
试试maxlength='{{70}}'