修改绑定时设置的锁名的最大长度
This commit is contained in:
parent
41efe3ed47
commit
25c5a0faac
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="text">如需修改名字请重新命名,点击确定添加锁</view>
|
||||
<input class="input" :value="name" maxlength="32" placeholder="请输入名称" placeholder-class="input-placeholder"
|
||||
<input class="input" :value="name" maxlength="50" placeholder="请输入名称" placeholder-class="input-placeholder"
|
||||
@input="uopdateName"
|
||||
></input>
|
||||
<view class="button" @click="bindLock">确定</view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user