提交 77ea4853 authored 作者: lihuihui's avatar lihuihui

update

上级 0191bd15
......@@ -111,7 +111,8 @@ export default {
return year + '-' + month + '-' + date + ' ' + hours + ':' + minute + ':' + second
},
getDetailUser() {
action.List.getDetailUser(this.$route.query.id).then((res) => {
const id = this.$route.query.id || this.$route.query.activity_id
action.List.getDetailUser(id).then((res) => {
if (res.code === 0) {
this.userList = res.data.list
}
......
......@@ -12,7 +12,7 @@
<input type="text" placeholder="请输入手机号" v-model="form.accountLogin1.account"/>
</div>
<div class="input">
<input type="text" placeholder="请输入密码" v-model="form.accountLogin1.password"/>
<input type="password" placeholder="请输入密码" v-model="form.accountLogin1.password"/>
</div>
</div>
<div class="login" v-else>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论