<textarea maxlength="100"  onchange="this.value=this.value.replace(/\s+/g,'').substring(0, 100)" onkeydown="this.value=this.value.replace(/\s+/g,'').substring(0, 100)" onkeyup="this.value=this.value.replace(/\s+/g,'').substring(0, 100)" class="weui-textarea expressAddress" rows="3" placeholder="请填写详细地址,不超过100个字">{{addressEntity.address}}

            </textarea>

 

<input class="weui-input expressPhone" oninput="this.value=this.value.replace(/\s+/g,'').substring(0, 11)" name="expressRequired" value="{{addressEntity.phone}}" type="number" />

相关文章:

  • 2021-12-25
  • 2022-12-23
  • 2021-12-25
  • 2021-12-25
  • 2021-12-25
  • 2021-12-25
  • 2021-11-05
  • 2021-11-05
猜你喜欢
  • 2021-11-05
  • 2021-12-15
  • 2021-12-25
  • 2021-12-15
  • 2021-12-25
  • 2021-12-25
相关资源
相似解决方案