您的位置:首页 > 娱乐 > 明星 > 网站规划包括哪些方面_国内国际时事100字_百度新闻客户端_竞价推广营销

网站规划包括哪些方面_国内国际时事100字_百度新闻客户端_竞价推广营销

2025/2/25 6:30:42 来源:https://blog.csdn.net/Summer_JK/article/details/143212809  浏览:    关键词:网站规划包括哪些方面_国内国际时事100字_百度新闻客户端_竞价推广营销
网站规划包括哪些方面_国内国际时事100字_百度新闻客户端_竞价推广营销

uniapp使用easyinput文本框显示输入的字数和限制的字数

先上效果图:
在这里插入图片描述
整体代码如下:

<template><view class="nameInfoContent"><uni-easyinput class="uni-mt-5" suffixIcon="checkmarkempty" v-model="memberName" placeholder="请输入新昵称"maxlength="24" @iconClick="submit" @input="handleInput"></uni-easyinput><view class="wordsNum"><view class="tipLips">支持2-24位中英文数字,符号-和_</view><view class="juedui">{{ inputValueLength ? inputValueLength : 0  }}/24 </view></view></view>
</template><script>export default {data() {return {memberName: '',inputValueLength: ''}},methods: {handleInput(e) {this.inputValueLength = parseInt(e.length);}}}
</script><style lang="scss" scoped>.nameInfoContent {position: relative;padding: 32rpx;min-height: calc(100vh - 152rpx);.wordsNum {display: flex;justify-content: space-between;margin-top: 24rpx;.tipLips,.juedui {font-size: 24rpx;color: #999999;}}}
</style>

Live life to the fullest by drawing on your strengths.

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com