Files

9 lines
238 B
JavaScript
Raw Permalink Normal View History

Tea.context(function () {
this.success = NotifySuccess("保存成功", "/users/user?userId=" + this.user.id)
this.passwordEditing = false
this.changePasswordEditing = function () {
this.passwordEditing = !this.passwordEditing
}
})