Commit e97b24b2 authored by 黄奎's avatar 黄奎

页面修改

parent 8ec255ff
...@@ -169,9 +169,10 @@ ...@@ -169,9 +169,10 @@
<el-input v-model="msg.Account" placeholder="请输入用户名" maxlength="25" /> <el-input v-model="msg.Account" placeholder="请输入用户名" maxlength="25" />
</el-form-item> </el-form-item>
<el-form-item label="" prop="Password"> <el-form-item label="" prop="Password">
<el-input type="password" v-model="msg.Password" @keyup.enter.native="submitForm('msg')" placeholder="请输入密码" maxlength="25" /> <el-input type="password" v-model="msg.Password" @keyup.enter.native="submitForm('msg')"
placeholder="请输入密码" maxlength="25" />
</el-form-item> </el-form-item>
<el-form-item label="" style="display:none;"> <el-form-item label="" style="display:none;">
<el-input v-model="msg.ValidataCode" style="width:140px;" placeholder="验证码" maxlength="25" /> <el-input v-model="msg.ValidataCode" style="width:140px;" placeholder="验证码" maxlength="25" />
<img class="pic-captcha" src="" /> <img class="pic-captcha" src="" />
</el-form-item> </el-form-item>
...@@ -232,15 +233,16 @@ ...@@ -232,15 +233,16 @@
message: "请输入密码", message: "请输入密码",
trigger: "blur" trigger: "blur"
}], }],
// ValidataCode: [{ // ValidataCode: [{
// required: true, // required: true,
// message: "请输入右侧图片上的文字", // message: "请输入右侧图片上的文字",
// trigger: "blur" // trigger: "blur"
// }] // }]
}, },
}; };
}, },
created() { created() {
window.localStorage.clear();
if (this.$route.query.mall_id) { if (this.$route.query.mall_id) {
this.msg.MallBaseId = this.$route.query.mall_id; this.msg.MallBaseId = this.$route.query.mall_id;
} }
...@@ -282,6 +284,7 @@ ...@@ -282,6 +284,7 @@
}, },
}, },
mounted() { mounted() {
if (!this.isOnline()) { if (!this.isOnline()) {
this.msg.Account = "13551126755"; this.msg.Account = "13551126755";
this.msg.Password = "123456"; this.msg.Password = "123456";
...@@ -289,4 +292,5 @@ ...@@ -289,4 +292,5 @@
} }
} }
}; };
</script>
\ No newline at end of file </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment