bug修改,登录等页面重画
This commit is contained in:
@@ -88,11 +88,6 @@ Page({
|
||||
},
|
||||
clearrepeatval(){
|
||||
this.data.vals = []
|
||||
wx.showToast({
|
||||
title: '禁止复制粘贴请手动输入',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
})
|
||||
this.setData({
|
||||
password: ''
|
||||
})
|
||||
@@ -100,11 +95,6 @@ Page({
|
||||
},
|
||||
clearrepeatvalVerify(){
|
||||
this.data.valsVerify = []
|
||||
wx.showToast({
|
||||
title: '禁止复制粘贴请手动输入',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
})
|
||||
this.setData({
|
||||
verifyPassword: ''
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user