diff --git a/components/LockInput/LockInput.vue b/components/LockInput/LockInput.vue index 056de2d..7ecf326 100644 --- a/components/LockInput/LockInput.vue +++ b/components/LockInput/LockInput.vue @@ -3,7 +3,7 @@ {{ title }} + maxlength="50" @input="changeInput"> diff --git a/pages/home/home.vue b/pages/home/home.vue index ff29734..74df04d 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -34,10 +34,15 @@ {{lock.lockAlias}} - 已过期 - 余{{lock.days}}天 - 未生效 - 已冻结 + + 已过期 + 余{{lock.days}}天 + 未生效 + 已冻结 + 远程开锁 + + diff --git a/pages/keyDetail/keyDetail.vue b/pages/keyDetail/keyDetail.vue index b5c4035..2da44aa 100644 --- a/pages/keyDetail/keyDetail.vue +++ b/pages/keyDetail/keyDetail.vue @@ -1,7 +1,7 @@